Invite v1.0.0
Get a team's invite
GET
https://my.sitebay.org/f/api/v1/invite/{invite_id}
Get team member details for a team you own
- team_id: the UUID of your team
Authorizations
| OAuth2PasswordBearer | |
| APIKeyCookie |
Query Parameters
| invite_id |
|
Response Samples
{
"created_at": null,
"created_by": null,
"expiry": null,
"first_name": null,
"id": null,
"link": null,
"role": null,
"target_email": null
}{
"detail": [
{
"loc": [
null
],
"msg": null,
"type": null
}
]
}Responses
Successful Response
created_at Required | string<date-time> |
created_by | |
expiry Required | string<date-time> |
first_name | |
id Required | string<uuid4> |
link Required | string |
role Required | string |
target_email Required | string |
Validation Error
detail | array
of objects
|
