Error
A valid request URL is required to generate request examples{
"email": "jsmith@example.com",
"organization_name": "<string>",
"existing_account": true
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Members
Read an invitation
Public. Given a token, returns just enough for the accept screen: which organization, which address, and whether that address already has an account — so the screen knows whether to ask for a password.
Rate limited to 60 requests per minute per IP.
GET
/
v1
/
invitations
Error
A valid request URL is required to generate request examples{
"email": "jsmith@example.com",
"organization_name": "<string>",
"existing_account": true
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}