Retrieve a profile
Returns the profile and billing details of the authenticated account.
Response
Returns the 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.1514
- ▲
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
- ▲
- ○
api operation id
Getcustomerinforemoved and replaced withprofile_getapi-operation-id-removed
- ○
added the non-success response with the status
response-non-success-status-added
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
- ○