Available on Premium, Business, Enterprise plans.
When you invite a collaborator to a post, you can check the status of the request using this endpoint.
Only Instagram users who have enabled collaborator tagging will be returned in the response.
API Key of the Primary Profile.
Format:
Authorization: Bearer API_KEY
Profile Key of a User Profile.
Format:
Profile-Key: PROFILE_KEY
Path Parameters
In the path parameter, use an ID Type
Query Parameters
Set to true
. Required if using a Social Post ID.
{
"collaborators": [
{
"id": "17841401319910272",
"username": "ayrshare",
"inviteStatus": "accepted"
},
{
"id": "17841401319910273",
"username": "ayrshare1",
"inviteStatus": "declined"
},
{
"id": "17841401319910274",
"username": "ayrshare2",
"inviteStatus": "pending"
}
],
"lastUpdated": "2024-03-08T04:08:18.979Z",
"nextUpdate": "2024-03-08T04:09:18.979Z"
}