GET
/
v2
/
price_plans
/
{price_plan_id}
/
errors
curl --request GET \
  --url https://api.togai.com/v2/price_plans/{price_plan_id}/errors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "referenceId": "<string>",
      "entityId": "<string>",
      "entityType": "<string>",
      "errorMessage": "<string>"
    }
  ],
  "nextToken": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

price_plan_id
string
required
Maximum length: 50
Example:

"pp.1zYnCiM9Bpg.lv25y"

Response

200
application/json
Paginated response for draft entities validations
data
object[]
required
nextToken
string