Skip to main content
GET
/
v1
/
agency
/
invitations
List agency invitations
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"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pageCursor
string
pageSize
string
status
enum<string>
Available options:
accepted,
pending,
declined

Response

200 - application/json

Invitations list

data
object[]