Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.nedzo.ai/v1/agent/{id} \
--header 'Authorization: Bearer <token>'{
"status_code": 123,
"message": "<string>",
"data": {
"agent": {
"name": "<string>",
"language": "English",
"phone_number_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"phone_number_option": "Shared US phone collection",
"voice": "Joseph (English)",
"background_sound": true,
"description": "<string>",
"first_message": "<string>",
"ivr_navigation": true,
"prompt": "<string>",
"transfer_phone_number": "<string>",
"transfer_sentence": "<string>",
"leave_voicemail_message": true,
"voicemail_message": "<string>",
"webhook_url": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"total_dials": 123,
"total_outcomes": 123,
"total_seconds": 123
}
}
}curl --request GET \
--url https://api.nedzo.ai/v1/agent/{id} \
--header 'Authorization: Bearer <token>'{
"status_code": 123,
"message": "<string>",
"data": {
"agent": {
"name": "<string>",
"language": "English",
"phone_number_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"phone_number_option": "Shared US phone collection",
"voice": "Joseph (English)",
"background_sound": true,
"description": "<string>",
"first_message": "<string>",
"ivr_navigation": true,
"prompt": "<string>",
"transfer_phone_number": "<string>",
"transfer_sentence": "<string>",
"leave_voicemail_message": true,
"voicemail_message": "<string>",
"webhook_url": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"total_dials": 123,
"total_outcomes": 123,
"total_seconds": 123
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?