cURL
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" ] }
Gets the agents associated to the user’s organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of agent ids
The response is of type object.
object