Skip to main content
POST
/
api
/
certs
Create a certificate in Tyk org cert store.
curl --request POST \
  --url https://{tenant}/api/certs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "id": "5e9d9544a1dcd60001d0ed208edce514c2d0a866063550c64d6c90be99d01561ac5aa7e82b8610b7e273d37d",
  "message": "Certificate added.",
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
file
file | null
required

Response

id
string
Example:
message
string
Example:
status
string
Example: