Surepass
Stamps

List articles

View as Markdown
GET
/api/v1/stamps/articles

List the supported articles for a state. Use the returned article_id when creating a procurement order.

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication — paste your access token below.

In: header

Query Parameters

state_code*string

Supported stamp state code.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/stamps/articles?state_code=string"
{  "data": [    {      "article_id": "2337",      "article_code": "AFFIDAVIT",      "article_name": "Affidavit"    }  ],  "status_code": 200,  "message": "Success",  "success": true}