Overview
Retrieve basic information about your project and its active subscriptions.Endpoint
Response
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
project_name | string | Project name |
description | string | Project description |
company | string | Company name |
status | string | Project status |
type | string | Project type |
subscription | array | Active subscriptions with plan information |
Subscription Array Items
| Field | Type | Description |
|---|---|---|
plan_name | string | Plan name for this subscription |
started_at | string | Start date of subscription |
expired_at | string | Expiration date |
status | string | Subscription status |
Error Responses
401 Unauthorized
403 Forbidden
404 Not Found
Use Cases
Dashboard Overview
Display project statistics and usage in your dashboard
Usage Monitoring
Monitor API usage and SMS consumption
Billing Information
Check subscription status and billing details
Configuration Check
Verify project settings and limits
Implementation Examples
Dashboard Integration
Usage Monitoring
Best Practices
Cache Results
Cache project details to reduce API calls
Monitor Usage
Regularly check usage to avoid hitting limits
Handle Errors
Implement proper error handling for API failures
Update Settings
Keep project settings updated through the dashboard