POST
/
tyk
/
certs
Add a certificate.
curl --request POST \
  --url https://{tenant}/tyk/certs \
  --header 'Content-Type: text/plain' \
  --header 'X-Tyk-Authorization: <api-key>' \
  --data '<string>'
{
  "id": "5e9d9544a1dcd60001d0ed207c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90",
  "message": "Certificate added",
  "status": "ok"
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Query Parameters

org_id
string

Organisation ID to add the certificate to.

Body

text/plain · string

The body is of type string.

Response

New certificate added.

id
string
Example:

"5e9d9544a1dcd60001d0ed207c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90"

message
string
Example:

"Certificate added"

status
string
Example:

"ok"