Search + K

Command Palette

Search for a command to run...

Sign In

Add a new SSH Certificate Authority (CA)

POST /accounts/{account_id}/access/gateway_ca
Copy endpoint
https://api.cloudflare.com/client/v4

Adds a new SSH Certificate Authority (CA).

Parameters

path Path Parameters

Name Type
account_id required
type AccessIdentifier = string

Responses

201 application/json

Add a new SSH Certificate Authority (CA) response

type AccessGatewayCaComponentsSchemasSingleResponse = never

Client Errors

4XX application/json

Add a new SSH Certificate Authority (CA) response failure

interface AccessApiResponseCommonFailure {
errors: AccessMessages
type AccessMessages = {
code: number;
documentation_url?: string;
message: string;
source?: { pointer?: string; };
}
[]
;
messages: AccessMessages
type AccessMessages = {
code: number;
documentation_url?: string;
message: string;
source?: { pointer?: string; };
}
[]
;
result: null;
success: false;
}