Skip to main content
POST
/
account
/
export
Export Account
curl --request POST \
  --url https://apigcp.trynia.ai/v2/account/export \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Headers

Authorization
string | null

Response

Successful Response