cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/issuers/{id}?apiKey='
{ "guid": "<string>", "name": "<string>", "logo": "<string>", "isFeatured": true, "createdDate": "2023-11-07T05:31:56Z", "reportCount": 123, "links": { "self": "<string>", "reports": "<string>", "web": "<string>" } }
Retrieve a single issuer by GUID or ObjectId.
API key passed as query parameter
Issuer GUID or ObjectId
Successful response
Show child attributes