POST
/
v2
/
invitations
curl --request POST \
  --url https://rest.cerebrium.ai/v2/invitations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "response": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
response
string
required

The response to the invitation. Valid values: accept, reject.