Skip to main content
POST
/
config
/
issuers
Add an accepted token issuer
curl --request POST \
  --url https://api.example.com/config/issuers \
  --header 'Content-Type: application/json' \
  --data '
{
  "issuer": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "issuer": "<string>"
}

Body

application/json
issuer
string
required

An SID that will be used to identify a Customer server as a token issuer

Response

Token issuer added

A Token Issuer generates JWTs to demonstrate the identity of a requester and their authority to perform a request

id
string<uuid>
required
issuer
string
required