cURL
curl --request GET \ --url https://api.example.com/credential-issuer-profiles
{ "items": [ { "id": "<string>", "name": "<string>", "identifierId": "<string>" } ], "metadata": { "total": 123, "page": 123, "limit": 123 } }
Get all credential issuer profiles
Credential issuer profiles fetched successfully
The list of credential issuer profiles
Show child attributes
The pagination metadata