Skip to main content
GET
List invitations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

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.

Available options:
pending,
in_progress,
completed,
expired,
cancelled,
failed
limit
integer
default:50
Required range: x <= 100
cursor
string

Response

List of invitations.

items
object[]
required
nextCursor
string | null