Logs
Finances Overview
GET /dashboard/finances/overview
Headers
Name
Type
Description
Client-Key*
String
Your client key
Authorization*
String
Your bearer token admin
{
"balance": "4085000.00",
"transaction_types": [
{
"label": "subscription",
"value": 1
},
{
"label": "rsvp",
"value": 2
}
],
"transaction_channels": [
{
"label": "MANDIRI",
"value": 2
}
],
"total_transaction": 3
}Finance Logs
GET /dashboard/finances/logs
Query Parameters
Name
Type
Description
per_page
Integer
type
String
Options: rsvp, subscription
page
Integer
Change page
Headers
Name
Type
Description
Client-Key*
String
Your client key
Authorization*
String
Your bearer token admin
Finances Log Detail
GET /dashboard/finances/logs/{id}
Path Parameters
Name
Type
Description
id
Integer
ID of the log
Headers
Name
Type
Description
Client-Key*
String
Your client key
Authorization*
String
Your bearer token admin
Finances Logs Export
GET /dashboard/finances/exports/logs
Query Parameters
Name
Type
Description
channel
String
type
String
Options: rsvp, subscription
Headers
Name
Type
Description
Client-Key*
String
Your client key
Authorization*
String
Your bearer token admin
Last updated