Create Automation Token
POST {{fastly_url}}/automation-tokens
Creates a new automation token.
Authorization: Requires API token.
Request Body
{"name"=>"my_automation_token", "expires_at"=>nil, "role"=>"engineer", "tls_access"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |