API Reference
Reference for the API
Get account invitation by ID
cURL
curl --request GET \ --url https://cookiechimp.com/api/v1/account-invitations/{id} \ --header 'Authorization: <api-key>'
{ "id": "inv123", "email": "[email protected]", "role": "member", "invited_by_type": "API", "created_at": "2023-01-25T09:30:20Z", "updated_at": "2023-01-25T09:30:20Z" }
ID of the resource
Account invitation
The response is of type object.
object
Was this page helpful?