POST /tls/subscriptions
Create a new TLS subscription. This response includes a list of possible challenges to verify domain ownership.
Authorization: API token with at least TLS management permissions.
Servers
- https://api.fastly.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
host |
String | No |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
force |
String | No |
A flag that allows you to edit and delete a subscription with active domains. Valid to use on PATCH and DELETE actions. As a warning, removing an active domain from a subscription or forcing the deletion of a subscription may result in breaking TLS termination to that domain. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
data |
Object | No | |
data.attributes |
Object | No | |
data.attributes.certificate_authority |
String | No | |
data.type |
String | No | |
data.relationships |
Object | No | |
data.relationships.tls_domains |
Object | No | |
data.relationships.tls_domains.data[] |
Array | No | |
data.relationships.tls_domains.data[].id |
String | No | |
data.relationships.tls_domains.data[].type |
String | No | |
data.relationships.tls_configuration |
Object | No | |
data.relationships.tls_configuration.data |
Object | No | |
data.relationships.tls_configuration.data.id |
String | No | |
data.relationships.tls_configuration.data.type |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.