Skip to main content

Verify GST

POST 

https://api.staging.nsdctrust.com/verification/api/1.0/verifications/gst

Verify GST

Request

Body

    gst string

Responses

OK

Schema
    code integer
    message string
    data object

Authorization: x-api-key

name: x-api-keytype: apiKeyin: header
curl -L -X POST 'https://api.staging.nsdctrust.com/verification/api/1.0/verifications/gst' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
"gst": "05ABNTY3290P8ZB"
}'
Request Collapse all
Base URL
https://api.staging.nsdctrust.com
Auth
Body
{
  "gst": "05ABNTY3290P8ZB"
}
ResponseClear

Click the Send API Request button above and see the response here!