Skip to main content
GET
/
social-accounts
/
{socialAccountId}
/
platform-inputs
Get platform-specific input options
curl --request GET \
  --url https://api.woopsocial.com/v1/social-accounts/{socialAccountId}/platform-inputs \
  --header 'Authorization: Bearer <token>'
{
  "socialAccountId": "<string>",
  "platformSpecificInputs": {
    "platform": "PINTEREST",
    "boards": [
      {
        "id": "<string>",
        "name": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.woopsocial.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

socialAccountId
string
required

Connected social account identifier.

Response

200 - application/json

Social account-specific platform input options.

socialAccountId
string
required

Connected social account identifier.

platformSpecificInputs
Pinterest Social Account Platform Specific Inputs · object
required