Error
A valid request URL is required to generate request examples{
"invitation": {
"id": "<string>",
"created_at": "<string>",
"email": "<string>",
"expires_at": "<string>",
"role": "<string>",
"status": "<string>"
},
"organization": {
"id": "<string>",
"created_at": "<string>",
"logo_url": "<string>",
"membership_role": "<string>",
"name": "<string>",
"org_category": "<string>",
"org_type": "<string>",
"self_represented": true,
"slug": "<string>",
"timezone": "<string>"
},
"user_exists": true
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Api::V1::Invitation
Get invitation
Returns details for an invitation.
GET
/
api
/
v1
/
invitations
/
{id}
Error
A valid request URL is required to generate request examples{
"invitation": {
"id": "<string>",
"created_at": "<string>",
"email": "<string>",
"expires_at": "<string>",
"role": "<string>",
"status": "<string>"
},
"organization": {
"id": "<string>",
"created_at": "<string>",
"logo_url": "<string>",
"membership_role": "<string>",
"name": "<string>",
"org_category": "<string>",
"org_type": "<string>",
"self_represented": true,
"slug": "<string>",
"timezone": "<string>"
},
"user_exists": true
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}⌘I