Logo
Fastly Developer Hub API Documentation

Add a billing address to a customer

POST {{fastly_url}}/customer/{{customer_id}}/billing_address

🔗 latest documentation

Authorization: Requires API token.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Host
string
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://api.fastly.com/customer//billing_address' -H 'Host: api.fastly.com' -H 'Content-Type: application/vnd.api+json' -H 'Accept: application/vnd.api+json' -d '{"skip_verification":false,"data":{"type":"billing_address","attributes":{"address_1":"80719 Dorothea Mountain","address_2":"Apt. 652","city":"New Rasheedville","state":"DE","country":"US","postal_code":"53538-5902"}}}'

ENDPOINTS