Retrieve a profile
Returns the account profile and billing details.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Response
Profile details.
Account ID.
1
Email associated with the account.
"info@awesome.com"
Account owner's first name.
"Jason"
Account owner's last name.
"Androux"
Account owner's phone number.
"13291019312"
Additional info associated with the account.
"Additional info"
Additional email address for billing notifications.
"billing@awesome.com"
Timezone configured on the account.
"Pacific/Wallis"
Account owner's job title.
"Manager"
Default short link endpoint.
"https://short.examples.com"
Default destinations configured for the account.
[
{
"transport": "sms",
"value": "https://webhook.address.com/inboundSMS"
}
]Company details.