Get Details of an Issuer
Retrieve an issuer's identity and configuration details.
Get Issuer by ID.
Returns details about an Issuer with the provided ID.
Path Parameters
issuerId*string
An ID of the Issuer to retrieve.
Header Parameters
X-API-KEY*string
API key for authenticating requests to the Issuer Service.
Response Body
application/json
application/json
curl -X GET "https://eis.fortid.com/control/issuer/fortid_issuer" \ -H "X-API-KEY: HCLN4ZKnWYJAfyNkDnQ57gEAHuejD6MN"{
"issuerId": "fortid_issuer",
"issuerPublicKey": "-----BEGIN PUBLIC KEY-----\nMFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAE1MtHIxlGP5TARqBccrddNm1FnYH1Fp+o\nnETz5KbXPSeG5FGwKMUXGfAmSZJq2gENULFewwymt+9bTXkjBZhh8A==\n-----END PUBLIC KEY-----",
"issuerMetadataEndpoint": "https://eis.fortid.com/protocol/oid4vci/issuer/university-issuer/.well-known/openid-credential-issuer"
}Empty
Empty
{
"message": "The issuer with ID `3fa85f64-5717-4562-b3fc-2c963f66afa6` does not exist"
}Empty