Fetch 4

GET /certificate

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data object

      Additional properties are allowed.

      Hide data attributes Show data attributes object
GET /certificate
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/certificate'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "isGenerated": true,
    "reason": "string",
    "data": {
      "document": "string",
      "id": "string",
      "content": "string",
      "header": "string",
      "qrCode": "string",
      "signature": "string",
      "issueDate": "string",
      "name": "string",
      "category": "string",
      "image": "string"
    },
    "instructions": {
      "additionalProperty1": true,
      "additionalProperty2": true
    }
  }
}