GET
/
v1
/
agents
curl --request GET \
  --url https://api.penciled.com/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "agent_ids": [
    "991b6987-297d-4c94-b700-ab6e51eef955",
    "0a831269-388d-477b-a8df-a8e69eb613c0",
    "0a831269-388d-477b-a8df-a8e69eb613c0"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
List of agent ids
agent_ids
string[]