Skip to main content
GET
/
virtual-accounts
/
admin
/
dashboard
Admin dashboard summary
curl --request GET \
  --url https://api.pcxpay.com/v1/virtual-accounts/admin/dashboard \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Dashboard metrics

status
enum<string>
Available options:
success,
error
Example:

"success"

message
string
Example:

"Operation completed successfully"

data
object