curl --request PUT \
--url https://api.qovery.com/organization/{organizationId}/billingInfo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "Forrest",
"last_name": "Gump",
"email": "[email protected]",
"address": "21 Jenny Street",
"city": "Greenbow",
"zip": "36744",
"country_code": "US",
"state": "Alabama",
"company": "<string>",
"vat_number": "<string>"
}
'{
"first_name": "Forrest",
"last_name": "Gump",
"email": "[email protected]",
"address": "21 Jenny Street",
"city": "Greenbow",
"zip": "36744",
"state": "Alabama",
"country_code": "US",
"company": "<string>",
"vat_number": "<string>"
}curl --request PUT \
--url https://api.qovery.com/organization/{organizationId}/billingInfo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "Forrest",
"last_name": "Gump",
"email": "[email protected]",
"address": "21 Jenny Street",
"city": "Greenbow",
"zip": "36744",
"country_code": "US",
"state": "Alabama",
"company": "<string>",
"vat_number": "<string>"
}
'{
"first_name": "Forrest",
"last_name": "Gump",
"email": "[email protected]",
"address": "21 Jenny Street",
"city": "Greenbow",
"zip": "36744",
"state": "Alabama",
"country_code": "US",
"company": "<string>",
"vat_number": "<string>"
}JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Organization ID
"Forrest"
"Gump"
email used for billing, and to receive all invoices by email
"21 Jenny Street"
"Greenbow"
"36744"
ISO code of the country
"US"
only for US
"Alabama"
name of the company to bill
Edit billing info
"Forrest"
"Gump"
email used for billing, and to receive all invoices by email
"21 Jenny Street"
"Greenbow"
"36744"
only for US
"Alabama"
ISO code of the country
"US"
name of the company to bill
Was this page helpful?