v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB

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.

nextCursorstring nullable

Example response

{
  "items": [
    {
      "id": "inv_abc123",
      "url": "https://dashboard.zavu.dev/invite/abc123xyz"
    }
  ]
}