Skip to main content
GET
List flow invitations

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

flow_id
string<uuid>
required

Response

List of invitations successfully retrieved

created_at
string<date-time>
required
email
string
required
first_name
string
required
flow_id
string<uuid>
required
last_name
string
required
organization_id
string<uuid>
required
role
enum<string>
required
Available options:
org_admin,
backoffice,
app_user,
reviewer,
publisher,
integration
updated_at
string<date-time>
required
user_id
string<uuid>
required