Skip to main content
POST
/
connect
/
activationCodes
Generates InOrbit Connect activation codes
curl --request POST \
  --url https://api.inorbit.ai/connect/activationCodes \
  --header 'Content-Type: application/json' \
  --header 'x-auth-inorbit-app-key: <api-key>' \
  --data '
{
  "robotIds": [
    "<string>"
  ]
}
'
{
  "activationCode": "<string>",
  "robotIds": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-auth-inorbit-app-key
string
header
required

InOrbit appKey authenticates API requests using a token.

You can obtain your appKey in the Authentication docs.

Body

application/json

Generates an InOrbit Connect activation code

robotIds
string[]
required

List of robot ids that will be associated using the code

Response

Activation code generated successfully.

activationCode
string
required

Generated activation code

robotIds
string[]

List of robot ids that will be associated using this code