ApiConnect
Get Instagram Selection
GET
/v1/connect/instagram/selection/{token}Path Parameters
token*string
Length
20 <= length <= 100Response 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"
}