openapi: 3.1.0 info: title: Fastly Account ACL Public IP List API description: The Fastly Account API provides endpoints for managing customer accounts, users, and identity and access management (IAM) resources. Developers can programmatically manage user invitations, roles, permissions, and service groups to control access to Fastly resources. The API supports retrieving and updating customer information, managing user profiles, and configuring organizational settings for enterprise accounts. version: '1.0' contact: name: Fastly Support url: https://support.fastly.com termsOfService: https://www.fastly.com/terms servers: - url: https://api.fastly.com description: Fastly API Production Server security: - apiKeyAuth: [] tags: - name: Public IP List paths: /public-ip-list: get: tags: - Public IP List summary: Get Fastly Public IP Ranges operationId: getPublicIpList responses: '200': description: Fastly's assigned IP ranges for firewall rules content: application/json: schema: type: object properties: addresses: type: array items: type: string example: 23.235.32.0/20 ipv6_addresses: type: array items: type: string components: securitySchemes: apiKeyAuth: type: apiKey in: header name: Fastly-Key description: API token used to authenticate requests to the Fastly API. externalDocs: description: Fastly Account API Documentation url: https://www.fastly.com/documentation/reference/api/account/