Skip to main content
POST
/
agency
/
invite
Invite users
curl --request POST \
  --url https://api.closebot.com/agency/invite \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "invites": [
    {
      "email": "<string>",
      "role": "<string>",
      "sourceIds": [
        "<string>"
      ]
    }
  ]
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Body

Emails to invite

invites
object[] | null

Response

200

Success