cURL
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" }
Add a certificate to the Tyk Gateway.
Api key
Organisation ID to add the certificate to.
The body is of type string.
string
New certificate added.
"5e9d9544a1dcd60001d0ed207c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90"
"Certificate added"
"ok"
Was this page helpful?