Skip to main content

Get Current Account

This request returns data for the currently logged-in account.

get/accounts/whoami

Sample Request

A sample GET request to retrieve the currently logged-in account:

curl -X GET \
'https://api.carrierx.com/conference/v2/accounts/whoami' \
-u 'conference_user_123:qwerty123'

Response

200 response code with a serialized copy of the Account object:

{
"account_sid": "993a6552-b73b-41e5-a501-a788377ca8ed",
"properties": {},
"call_flow_sid": "fb2b69b1-6998-4cdc-b04c-a267c585f767",
"date_created": "2025-06-25T20:36:54.000Z",
"login": "conference_user_123",
"name": "John Smith"
}