cURL
curl --request GET \ --url https://api.getmany.io/service/v1/agency/invitations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "invite": { "uid": "1955676881223622657", "createdAt": "2025-08-13T17:04:38.077Z", "status": "PENDING", "result": "DECLINED", "letter": "<string>", "title": "AWS Lambda Function for Integration with SQS and Bubble.io" }, "freelancer": { "uid": "669484786717323264", "name": "John Doe", "photoUrl": "https://www.upwork.com/profile-portraits/c15X4ONdSkuDWnML5uiYN1ymYBayBtQDwy3t3BvL1P-4cHCYK37N9-JnoLk7L98ja1" }, "job": { "uid": "1955676437925687781", "title": "AWS Lambda Function for Integration with SQS and Bubble.io", "description": "<string>", "url": "https://www.upwork.com/jobs/~021955676437925687781" }, "client": { "country": "US", "totalSpent": 4717.25, "timezone": "America/Sao_Paulo" } } ] }
Retrieves agency invitations. Supports optional status filter and cursor pagination.
status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
accepted
pending
declined
Invitations list
Show child attributes