cURL
curl --request POST \ --url https://api.prod.usesimple.ai/api/v1/numbers/{uuid}/assign_agent \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "agent_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version_id": "456e7890-e89b-12d3-a456-426614174000" }'
{ "message": "<string>" }
Assign a version of an agent to a phone number
Successful Response
The response is of type object.
object
Was this page helpful?