List invitations
List partner invitations for this project.
get/v1/invitations
Query parameters
status'pending' | 'in_progress' | 'completed' | 'expired' | 'cancelled' | 'failed'
Current status of the partner invitation.
failed means the client started the connection and it did not finish (they cancelled Meta's dialog, denied a permission, or abandoned the tab). A failed invitation is still usable: the same link can be retried, and it moves back to in_progress when the client tries again.
limitinteger
cursorstring
Response
List of invitations.
Example response
{
"items": [
{
"id": "inv_abc123",
"url": "https://dashboard.zavu.dev/invite/abc123xyz"
}
]
}