List Invitations
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
Path Parameters
organization_id*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/organizations/org_abc123/invitations"[ { "id": "string", "email_address": "string", "role": "org:admin", "status": "pending", "team_ids": [ "string" ], "spending_limit": 0, "expires_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "inviter": { "id": "string", "first_name": "string", "last_name": "string", "email": "string", "image_url": "string" } }]