curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/user/details/pinterest
{
"pinterest": [
{
"privacy": "PUBLIC",
"owner": {
"username": "ayrshare"
},
"id": "718465015493014420",
"name": "Coworking",
"description": ""
},
{
"privacy": "PUBLIC",
"owner": {
"username": "ayrshare"
},
"id": "718465015493634450",
"name": "Social Media Networks",
"description": ""
}
]
}
User
Pinterest Boards
Get Details for Pinterest User Boards
GET
/
user
/
details
/
pinterest
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/user/details/pinterest
{
"pinterest": [
{
"privacy": "PUBLIC",
"owner": {
"username": "ayrshare"
},
"id": "718465015493014420",
"name": "Coworking",
"description": ""
},
{
"privacy": "PUBLIC",
"owner": {
"username": "ayrshare"
},
"id": "718465015493634450",
"name": "Social Media Networks",
"description": ""
}
]
}
Get the details of a connected platform. Current support for Pinterest Boards.
Currently supported platform values:
pinterest
Header Parameters
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/user/details/pinterest
{
"pinterest": [
{
"privacy": "PUBLIC",
"owner": {
"username": "ayrshare"
},
"id": "718465015493014420",
"name": "Coworking",
"description": ""
},
{
"privacy": "PUBLIC",
"owner": {
"username": "ayrshare"
},
"id": "718465015493634450",
"name": "Social Media Networks",
"description": ""
}
]
}
⌘I
