Instagram Collaborator Request Status
Get the status of a request to a collaborator
GET
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.
Header Parameters
AuthorizationstringrequiredProfile-KeystringPath Parameters
idstringrequiredIn the path parameter, use an ID Type
Query Parameters
searchPlatformIdbooleanrequiredSet to true. Required if using a Social Post ID.
200
{
"collaborators": [
{
"id": "17841401319910272",
"username": "acme",
"inviteStatus": "accepted"
},
{
"id": "17841401319910273",
"username": "acme1",
"inviteStatus": "declined"
},
{
"id": "17841401319910274",
"username": "acme2",
"inviteStatus": "pending"
}
],
"lastUpdated": "2024-03-08T04:08:18.979Z",
"nextUpdate": "2024-03-08T04:09:18.979Z"
}400
{
"action": "analytics",
"status": "error",
"code": 294,
"message": "Error getting analytics."
}