Invitations
Retrieve an Invitation
Retrieve an Invitation that has previously been created.
GET
/
v1
/
invitations
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requiredResponse
200 - application/json
An invitation is a request to join an organization. An invitation is sent to an email address, and the recipient can accept or decline the invitation.
object
string
String representing the object's type. Objects of the same type share the same value
id
string
Unique identifier for the invitation
organization_id
string
Unique identifier for the organization the project belongs to
role
enum<string>
The future role of the user in the organization.
Available options:
admin
, member
email
string
Email of the user
created_at
string
Time at which the project was created