Number of APIs: 567
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends; and configuring rules or uploading your own application code, as well as perform account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit developer.fastly.com/reference/api/.
PUT {{fastly_url}}/enabled-products/v1/{{product_id}}/services/{{service_id}}
GET {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/logging/gcs/{{logging_gcs_name}}
GET {{fastly_url}}/billing/v2/account_customers/{{customer_id}}/invoices/{{invoice_id}}
POST {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/http3
GET {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/logging/syslog
POST {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/resource
PATCH {{fastly_url}}/service/{{service_id}}/wafs/{{firewall_id}}/rules/{{waf_rule_id}}/rule_status
GET {{fastly_url}}/customer/{{customer_id}}/billing_address
POST {{fastly_url}}/customer/{{customer_id}}/billing_address
DELETE {{fastly_url}}/customer/{{customer_id}}/billing_address
ENDPOINTS