cURL
curl --request GET \ --url https://api.gptmaker.ai/v2/agent/{id}/transfer-rules \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "createdAt": "<string>", "instructions": "<string>", "returnOnFinish": true, "type": "HUMAN", "agentId": "<string>", "userId": "<string>" }
Lista as regras de transferência
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id do agente
The response is of type object.
object