List Issuers
Retrieves the issuers and certificate status registered under the current API key.
GET
List Issuers
Authorizations
Base64-encode your API key and pass it. Enter the API key as the username and leave the password empty.
Response
200 - application/json
Issuer list
The identifier returned when an issuer is registered. Store the complete string as-is.
A checksum-valid 10-digit number without hyphens (-). Pattern: ^\d{10}$
Pattern:
^\d{10}$Example:
"1234567891"
4 digits, excluding 0000. Pattern: ^(?!0{4})\d{4}$
Required string length:
4Pattern:
^(?!0{4})\d{4}$Example:
"0001"
Organization name
Required string length:
1 - 70Representative name
Required string length:
1 - 30List Issuers
