Aurion Docs
Api

Complete Test Call Step

POST
/api/v1/onboarding/test-call/complete
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/onboarding/test-call/complete" \  -H "Content-Type: application/json" \  -d '{    "mode": "inbound"  }'
{
  "details": {},
  "onboarding_state": {},
  "status": "success"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}