Language:

/invites

POST

Create Invite

Creates a single user's invite.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/invites
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
  "inviteeName": "Firstname Lastname",
  "inviteeEmail": "test@email.com",
  "entityZUID": "{{instance_zuid}}",
  "accessLevel": "{{test_access_level}}"
}
GET

Get Invite

Gets a specific user's invite.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/invites/{{invite_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get All Invites

Gets all user's invites.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/invites
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
PUT

Respond to Invite

Responds to an invite based on the query parameter provided. Takes one of following values for the query param action.

  • accept
  • decline
  • cancel
Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/invites/{{invite_zuid}}?action=accept
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
DELETE

Delete Invite

Deletes a single user's invite.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/invites/{{invite_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;