cURL
curl --request GET \ --url https://api.gptmaker.ai/v2/agent/{agentId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "behavior": "<string>", "avatar": "<string>", "communicationType": "FORMAL", "type": "SUPPORT", "jobName": "<string>", "jobSite": "<string>", "jobDescription": "<string>" }
Busca dados do agente por ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do agente
Dados do agente
The response is of type object.
object