AurionAI Docs

Call Me Test

POST
/api/v1/onboarding/test-call/call-me

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/onboarding/test-call/call-me" \  -H "Content-Type: application/json" \  -d '{    "to_phone_number": "stringst"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}