BrandKwikID Documentation
API SuiteBusiness Verification (GST, Udyam, Udyog)

Upyog Details

This API retrieves the service's credentials

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

Path Parameters

udyog_idunknown

The udyog number for which data has to be fetched.

Default""
Formatstring

Response Body

curl -X POST "https://__mock__/verification/v2/udyog/get//"
{
  "message": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}