Skip to main content
GET
/
organizations
/
analytics
/
top-by-volume
Top organizations by payment volume
curl --request GET \
  --url https://api.pcxpay.com/v1/organizations/analytics/top-by-volume \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:10

Response

200 - application/json

Top organizations list

status
string
Example:

"success"

message
string
data
object