Eventos de cobranças
Sandbox
Sandbox
GET
https://api.sandbox.neofin.services/billing/events
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sandbox.neofin.services/billing/events?next_page_token=&start_datetime=2025-01-01T00:00:00Z' \
--header 'api-key: ' \
--header 'secret-key: '
Response Response Example
200 - Example 1
{
"events": [
{
"event_type": "string",
"event_status": "string",
"event_time": 0,
"event_description": "string",
"by": "string",
"event_category": "string",
"billing_number": "string"
}
],
"next_page_token": "string",
"count": 0
}
Request
Query Params
next_page_token
string
optional
start_datetime
string
optional
Example:
2025-01-01T00:00:00Z
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}