curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/nsr/validation/cases' \
--header 'X-API-Key: YOUR_API_KEY'
{
"cases": [
{
"created_at": "string",
"expected_valid": true,
"id": "string",
"inquiry": "string",
"name": "string",
"response": "string"
}
],
"total": 1
}
List persisted validation cases.
Required scope: read
GET
/
api
/
v1
/
nsr
/
validation
/
cases
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/nsr/validation/cases' \
--header 'X-API-Key: YOUR_API_KEY'
{
"cases": [
{
"created_at": "string",
"expected_valid": true,
"id": "string",
"inquiry": "string",
"name": "string",
"response": "string"
}
],
"total": 1
}
Required scope:
read
Response
NSRValidationCasesResponse
NSRValidationCase[]
required
integer
required
Status codes
| Code | Meaning |
|---|---|
200 | Validation cases |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/nsr/validation/cases' \
--header 'X-API-Key: YOUR_API_KEY'
{
"cases": [
{
"created_at": "string",
"expected_valid": true,
"id": "string",
"inquiry": "string",
"name": "string",
"response": "string"
}
],
"total": 1
}