Skip to main content
Use this endpoint to retrieve the full details of an Convo project, including its linked WhatsApp number, current subscription plan status, Monthly Active User (MAU) usage, quality rating, and billing information.

Endpoint


Path Parameters

string
required
The unique ID of your project. You can find this in the Convo dashboard under Settings → Developers → API Keys, or in the project_ids array returned by the Get Business endpoint.

Request Example


Response (200 OK)

string
The unique identifier of the project.
string
The unique name assigned to this project within Convo.
string
Current status of the project. One of:
  • active — fully operational
  • pending — awaiting setup or verification
  • suspended — temporarily disabled
  • stopped — service stopped due to billing or policy
  • archived — decommissioned and read-only
boolean
true if WhatsApp phone number verification is still pending. When true, the project operates in sandbox mode with limited messaging capabilities.
string
The identifier of the project’s current subscription plan (e.g. GROWTH, ENTERPRISE).
number
Unix timestamp in milliseconds representing the start date of the current subscription cycle.
number
Unix timestamp in milliseconds representing the next renewal date of the subscription.
number
The maximum number of Monthly Active Users (MAUs) included in the current plan.
number
The number of MAUs consumed so far in the current billing cycle.
number
WhatsApp Conversation Credit (WCC) balance available for this project. The value is stored at ×10⁵ precision — divide by 100000 to get the balance in your billing currency.
string
The WhatsApp Business phone number registered to this project, including country code (e.g. 911234567890).
string
The daily template message limit tier granted by Meta. Higher tiers unlock larger per-day send volumes.
string
The WhatsApp display name shown to recipients when they receive messages from this number.
string
Verification status of the WhatsApp display name as determined by Meta (e.g. APPROVED, PENDING_REVIEW).
string
The Facebook Business Manager verification status linked to this project (e.g. VERIFIED, NOT_VERIFIED).
string
The current WhatsApp quality rating assigned by Meta based on recent messaging behavior. One of low, medium, or high. A low rating can restrict messaging throughput.
string
The “About” text visible on the WhatsApp Business profile for this number.
string
URL of the WhatsApp Business profile picture for this number.
object
An object containing the detailed WhatsApp Business profile information.
string
The currency used for billing this project (e.g. INR, USD).
string
The timezone configured for this project. Affects campaign scheduling and analytics reporting.

Response Example


Error Responses

object
Returned when no project matching the provided project_id exists, or the authenticated key does not have access to it.
object
Returned when an unexpected error occurs on Convo’s servers. Retry the request with exponential back-off.