Team
200 OK indicates that the member was removed from the team.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
Create a new team invite.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
inviter_id | uuid | yes | Account ID of the account creating the invite |
email | string | yes | Invitee email address |
team_id | string | yes | Team ID that the invitee is being invited to |
{
"id":"88f5b8b9-d077-4d10-b7db-fba4bd4eb937",
"email":"[email protected]",
"inviter_id":"d59d88ee-6a78-495d-872b-96d2799fd2f1",
"team":{
"id":"765f94d5-e61d-4043-a4a2-af5913d00f3d",
"name":"Batch"
}
}
Get members of a team.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
Get the teams that an account is part of.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
{"team_id:"...."}
A new JWT will be returned with the new team associated with it, and the user's old JWT will be blacklisted
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
No body needed. A simple GET request will return all invites for the teamID present in the user's JWT.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
[
{
"id":"88f5b8b9-d077-4d10-b7db-fba4bd4eb937",
"email":"[email protected]",
"inviter_id":"d59d88ee-6a78-495d-872b-96d2799fd2f1",
"team":{
"id":"765f94d5-e61d-4043-a4a2-af5913d00f3d",
"name":"Batch"
}
}
]
Accept an invite.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
Cancel an active invite.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
Fetch a team invite.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
Get info about a specific invite.
Param | Type | Required | Description |
Authorization | string | yes | Bearer token containing API key |
Param | Type | Required | Description |
TODO | string | yes | Bearer token containing API key |
{
"0dce7d85-8d61-41db-86bd-af005df755f4":{
"latency_ms":0,
"status":"error",
"message":"Failed to connect",
"last_checked_at":1624548189
}
}
Last modified 1yr ago