Retrieve agent information based on the provided user ID and agent ID
curl --request POST \ --url https://app.phonely.ai/api/get-agent \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data '{ "uid": "<string>", "agentId": "<string>" }'
{ "uid": "<string>", "agentId": "<string>", "name": "<string>", "country": "<string>", "businessPhoneNumber": "<string>" }
User ID
Agent ID
Agent name
Country code
Business phone number