cURL
curl --request GET \ --url https://api.ayrshare.com/api/post/collaborators/: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" }
Get the status of a request to a collaborator
Authorization: Bearer API_KEY
Profile-Key: PROFILE_KEY
true