Update a profile
Updates the profile and billing details of the authenticated account.
Request body
Example request
{
"time_zone": "UTC",
"company_info": {
"industry": "telecommunications"
}
}Response
Returns the updated profile.
Example response
{
"id": 1,
"email": "info@awesome.com",
"first_name": "Jason",
"last_name": "Androux",
"phone": "13291019312",
"additional_info": "Additional info",
"contact_email": "billing@awesome.com",
"timezone": "Pacific/Wallis",
"job_title": "Manager",
"default_short_link_endpoint": "https://short.examples.com",
"default_destinations": [
{
"transport": "sms",
"value": "https://webhook.address.com/inboundSMS"
}
],
"company_info": {
"name": "Awesome company",
"industry": "telecommunications",
"address": "Baker street",
"attn_contact_name": "James Scott",
"vat_number": "VAT123456789",
"country": {
"country_name": "United States",
"country_id": 1
}
}
}Changes
Changed in 3 of the 50 revisions of this API.1623
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ●
added the new
undefinedenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added to the request body
allOflistrequest-body-all-of-added
- ●
removed
subschema #2from the request bodyallOflistrequest-body-all-of-removed
- ○
api operation id
Updatecustomerinforemoved and replaced withprofile_updateapi-operation-id-removed
This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○