cURL
curl --request GET \ --url https://api.penciled.com/v1/outcomes \ --header 'Authorization: Bearer <token>'
{ "outcomes": { "scheduled": "positive", "rescheduled": "positive", "unconfirmed": "neutral" } }
Gets the outcomes for a specific agent
{ "outcomes": { "scheduled": "positive", "rescheduled": "positive", "unconfirmed": "neutral", "requested_callback": "negative", "voicemail": "neutral" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the agent
Outcomes response
The response is of type object.
object