Owem API
Welcome to the Owem API documentation. Our API allows you to integrate PIX payments, transfers and financial services into your application.Base URL
Authentication
All API requests require Basic Auth authentication.How to generate your token
Get your credentials
In the Owem dashboard, go to Settings > Credentials:
- Click + New Credential
- Choose the environment: Sandbox or Production
- Define the permission Scopes
- Enter a Name to identify the credential
- Add the Allowed IPs (static IP required)
- Click Continue
API_KEY- Your API keyAPI_SECRET- Your secret key
Generate the Base64 token
Concatenate your credentials in the format
API_KEY:API_SECRET and convert to Base64.Response Structure
All responses follow this pattern:| Field | Type | Description |
|---|---|---|
requestId | string | Unique UUID for tracking and audit |
success | boolean | Indicates operation success |
size | number | Number of items returned |
data | object/array | Response data |
Rate Limits
| Limit | Value |
|---|---|
| Requests per minute | 1000 |
| Requests per second | 100 |
Environments
| Environment | URL | Notes |
|---|---|---|
| Production | https://api.owem.com.br | In production, your static IP must be allowlisted |
| Sandbox | https://sandbox.api.owem.com.br | Not yet available for client use |
Get Started
Test your connection with the Ping endpoint