Skip to content
Start here

Pacfiles

List PAC files
GET/accounts/{account_id}/gateway/pacfiles
Get a PAC file
GET/accounts/{account_id}/gateway/pacfiles/{pacfile_id}
Create a PAC file
POST/accounts/{account_id}/gateway/pacfiles
Update a Zero Trust Gateway PAC file
PUT/accounts/{account_id}/gateway/pacfiles/{pacfile_id}
Delete a PAC file
DELETE/accounts/{account_id}/gateway/pacfiles/{pacfile_id}
ModelsExpand Collapse
PacfileListResponse object { id, created_at, description, 4 more }
id: optional string
created_at: optional string
formatdate-time
description: optional string

Detailed description of the PAC file.

name: optional string

Name of the PAC file.

slug: optional string

URL-friendly version of the PAC file name.

updated_at: optional string
formatdate-time
url: optional string

Unique URL to download the PAC file.

PacfileGetResponse object { id, contents, created_at, 5 more }
id: optional string
contents: optional string

Actual contents of the PAC file

created_at: optional string
formatdate-time
description: optional string

Detailed description of the PAC file.

name: optional string

Name of the PAC file.

slug: optional string

URL-friendly version of the PAC file name.

updated_at: optional string
formatdate-time
url: optional string

Unique URL to download the PAC file.

PacfileCreateResponse object { id, contents, created_at, 5 more }
id: optional string
contents: optional string

Actual contents of the PAC file

created_at: optional string
formatdate-time
description: optional string

Detailed description of the PAC file.

name: optional string

Name of the PAC file.

slug: optional string

URL-friendly version of the PAC file name.

updated_at: optional string
formatdate-time
url: optional string

Unique URL to download the PAC file.

PacfileUpdateResponse object { id, contents, created_at, 5 more }
id: optional string
contents: optional string

Actual contents of the PAC file

created_at: optional string
formatdate-time
description: optional string

Detailed description of the PAC file.

name: optional string

Name of the PAC file.

slug: optional string

URL-friendly version of the PAC file name.

updated_at: optional string
formatdate-time
url: optional string

Unique URL to download the PAC file.

PacfileDeleteResponse = unknown