Skip to main content
POST
/
api
/
agents
/
claim
Claim Agent
curl --request POST \
  --url https://api.steadwing.com/api/agents/claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "claim_token": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null
X-API-Key
string | null

Query Parameters

token
string | null

JWT token as query parameter

Body

application/json

Request schema for claiming an agent.

claim_token
string
required

The claim token from the registration

Minimum string length: 1

Response

Successful Response