Skip to content

Results are limited to the current section: Cloud services

Product news

Accept an invitation

GET
/api/v1/projects/{project_id}/accept
curl --request GET \
--url https://example.com/api/v1/projects/f81d4fae-7dec-11d0-a765-00a0c91e6bf6/accept \
--header 'Authorization: Bearer <token>'

Accepts a pending project invitation, granting access to the project

project_id
required
Array<number>
Example
f81d4fae-7dec-11d0-a765-00a0c91e6bf6

The ID of the project

On success

Media typeapplication/json
object
code
required
number format: int32
data
required
object
message
required
string
pagination
required
object
total
required
number format: int64
status
required
string
Example
{
"code": "200",
"message": "success",
"status": "OK"
}