Skip to main content
Use this endpoint to retrieve details of your Convo business account, including the owner’s contact information, billing currency, timezone, and the list of project IDs that belong to the business.

Endpoint


Path Parameters

string
required
The unique ID of your business. You can find this in your Convo dashboard under Settings → Business Profile.

Request Example


Response (200 OK)

string
The unique identifier of the business. Identical to business_id.
boolean
Indicates whether the business owner has logged in recently. true means the account is active.
string
The display name of the business owner as shown in the Convo dashboard.
array of strings
A list of project IDs associated with this business account. Each project corresponds to a WhatsApp Business number.
string
The login username (typically an email address) of the business owner.
string
The unique business identifier. Same value as id.
string
The email address of the business owner on record with Convo.
integer
Unix timestamp in milliseconds representing when the business account was created.
integer
Unix timestamp in milliseconds representing the last time the business record was updated.
string
The registered company or business name.
string
The primary phone number of the business owner, including country code (e.g. 918116856154).
string
The billing currency for this business account. Either INR or USD.
string
The timezone configured for this business (e.g. Asia/Calcutta). Affects campaign scheduling and reporting.
string
The role of the authenticated user relative to this business. One of owner, manager, or agent.

Response Example


Error Responses

object
Returned when the business_id format is invalid or cannot be parsed.
object
Returned when no business account matching the provided business_id exists.
object
Returned when an unexpected error occurs on Convo’s servers. Retry the request with exponential back-off.