Eventos de uma uma cobrança por Integration Identifier
Sandbox
Sandbox
GET
https://api.sandbox.neofin.services/billing/events/{integration_identifier}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sandbox.neofin.services/billing/events/seu-id-interno-123456' \
--header 'api-key: ' \
--header 'secret-key: '
Response Response Example
200 - Example 1
[
{
"billings": [
{
"by": "string",
"event_time": 0,
"event_category": "string",
"event_description": "string"
}
],
"next_page_token": "string",
"count": 0
}
]
Request
Path Params
integration_identifier
string
required
Example:
seu-id-interno-123456
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}