Skip to content

The calling agent's current assignment

GET
/api/v1/agent/assignment

Authorizations

agent

Agent bearer token.

Type
HTTP (bearer)

Responses

OK

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/AgentAssignment.json",
  
"phaseOffsetSeconds": 0,
  
"platform": "string",
  
"pollMaxSeconds": 0,
  
"pollMinSeconds": 0,
  
"probeImmediately": true,
  
"region": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI