AurionAI Docs

Get Csat Survey

Get CSAT survey metadata for rendering the form (public, token-based).

GET
/api/v1/csat/{token}

Get CSAT survey metadata for rendering the form (public, token-based).

Path Parameters

token*Token

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/csat/string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}