Skip to main content
POST
/
v1
/
self
/
invites
/
{invite_id}
/
accept
Accept an invite for the authenticated user
curl --request POST \
  --url https://api.arklow.io/v1/self/invites/{invite_id}/accept \
  --header 'x-arklow-auth: <api-key>'
{
  "data": {
    "id": "<string>",
    "org_id": "<string>",
    "user_id": "<string>",
    "permissions": [
      "owner"
    ],
    "email": "<string>"
  },
  "errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

x-arklow-auth
string
header
required

Path Parameters

invite_id
string
required

Invite identifier

Pattern: ^[0-9]+$

Response

200 - application/json

Default Response

data
object
required
errors
object[] | null
required