Surepass
Stamps

List state codes

View as Markdown
GET
/api/v1/stamps/state-codes

List the state codes supported for stamp procurement.

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication — paste your access token below.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/stamps/state-codes"
{  "data": [    "AN",    "AP",    "AR",    "AS",    "BR",    "CH",    "CT",    "DL",    "GA",    "GJ",    "HR",    "HP",    "JH",    "JK",    "KA",    "KL",    "MH",    "ML",    "MN",    "MP",    "MZ",    "OR",    "PB",    "PY",    "RJ",    "SK",    "TG",    "TN",    "TR",    "UP",    "UT",    "WB"  ],  "status_code": 200,  "message": "Success",  "success": true}