ACME API Documentation logo

Pinterest Boards

Get Details for Pinterest User Boards

GEThttps://api.acme.com/api/user/details/pinterest
Available on Premium, Business, Enterprise plans.

Get the details of a connected platform. Current support for Pinterest Boards.

Currently supported platform values: pinterest

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Keystring
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.acme.com/api/user/details/pinterest
{
    "pinterest": [
        {
            "privacy": "PUBLIC",
            "owner": {
                "username": "acme"
            },
            "id": "718465015493014420",
            "name": "Coworking",
            "description": ""
        },
        {
            "privacy": "PUBLIC",
            "owner": {
                "username": "acme"
            },
            "id": "718465015493634450",
            "name": "Social Media Networks",
            "description": ""
        }
    ]
}