Gridstate
ApiV1Error codesCode

Read remediation guidance for a stable API error code

GET
/v1/error-codes/{code}

Path Parameters

code*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/error-codes/string"
{  "data": {    "code": "string",    "apiVersion": "2026-08-24",    "retryable": true,    "description": "string",    "documentationUrl": "http://example.com"  }}