Add an Issuer

POST /admin/issuer

Add an Issuer

Create an Issuer.

application/json

Body Required

Responses

  • Ok

    Hide response attributes Show response attributes object
  • Bad Request

    Hide response attributes Show response attributes object
POST /admin/issuer
curl \
 -X POST http://api.example.com/admin/issuer \
 -H "Content-Type: application/json" \
 -d '{"adminFin":"string","issuerName":"string"}'
Request example
{
  "adminFin": "string",
  "issuerName": "string"
}
Request examples
{
  "adminFin": "string",
  "issuerName": "string"
}
Response examples (200)
{
  "issuerId": "string",
  "issuerName": "string"
}
Response examples (200)
{
  "issuerId": "string",
  "issuerName": "string"
}
Response examples (400)
{
  "message": "string",
  "status_code": 42
}
Response examples (400)
{
  "message": "string",
  "status_code": 42
}