Interactive Playground credentials
Enter your Console OAuth credentials to test API requests in the playground below. Select OmaxTelecom Client Credentials as the auth identity before sending.
Bappy API
string
Organization
Organization profile and account balance.
Profile
GET
https://api.omaxtelecom.com/bappy
/v1/organization
Organization Profile
Returns the authenticated user's organization profile including pricing settings.
Response:
Code
Fields:
| Field | Type | Description |
|---|---|---|
id | int | Organization ID |
name | string | Organization display name |
slug | string | URL-friendly slug |
omaxtelecom_id | string | OmaxTelecom ID organization UUID |
status | string | Organization status: active, suspended |
price_per_sms | string | Cost per SMS message (EUR, 4 decimals) |
price_per_link | string | Monthly cost per active link (EUR, 4 decimals) |
settings | object | Custom organization settings |
Headers
AcceptProfile › Responses
200
Successful response
No data returned