Skip to main content
GET
/
config
/
issuers
Get the list of accepted token issuers
curl --request GET \
  --url https://api.example.com/config/issuers
{
  "issuers": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "issuer": "<string>"
    }
  ]
}

Response

200 - application/json

A list of accepted token issuers

issuers
object[]