Skip to content

Resend invitation

POST
/api/v1/team/invitations/{id}/resend
curl --request POST \
--url https://api.deploybase.eu/api/v1/api/v1/team/invitations/example/resend \
--header 'Authorization: <Authorization>'

Revokes the existing invitation and sends a new one with a fresh token and 7-day expiry

id
required
string format: uuid

Invitation ID

Created

Media type application/json
object
data
meta
object
request_id
string
timestamp
string
trace_id
string
data
object
created_at
string
email
string
expires_at
string
id
string
role
string
Example generated
{
"data": {
"created_at": "example",
"email": "example",
"expires_at": "example",
"id": "example",
"role": "example"
},
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}

Not Found

Media type application/json
object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"code": "example",
"details": "example",
"error": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}

Conflict

Media type application/json
object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"code": "example",
"details": "example",
"error": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}

Too Many Requests

Media type application/json
object
code
string
details
error
string
meta
object
request_id
string
timestamp
string
trace_id
string
Example generated
{
"code": "example",
"details": "example",
"error": "example",
"meta": {
"request_id": "example",
"timestamp": "example",
"trace_id": "example"
}
}