Skip to main content
DocsPlatformsAPI ReferenceAI & Integrations
ApiConnect

Get Instagram Selection

GET/v1/connect/instagram/selection/{token}

Path Parameters

token*string
Length20 <= length <= 100

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/connect/instagram/selection/stringstringstringst"
{
  "success": true,
  "platform": "instagram",
  "expiresInSeconds": 0,
  "accounts": [
    {
      "id": "string",
      "type": "page",
      "platformUserId": "string",
      "username": "string",
      "displayName": "string",
      "imageUrl": "string"
    }
  ]
}
{
  "error": "string"
}