Authorizations
Default authentication mechanism
Path Parameters
The unique project identifier or the project name
"prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA"
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
The client certificate in PEM format
"-----BEGIN CERTIFICATE-----\\\\n...\\\\n-----END CERTIFICATE-----"
The private key in PEM format
"-----BEGIN PRIVATE KEY-----\\\\n...\\\\n-----END PRIVATE KEY-----"
The certificate authority in PEM format
"-----BEGIN CERTIFICATE-----\\\\n...\\\\n-----END CERTIFICATE-----"
The origin this certificate should be used for. If not specified, the certificate will be project-wide.
"https://api.example.com"
Skip validation of the certificate