Skip to main content
GET
/
organizations
/
growthrate
Organization growth rate
curl --request GET \
  --url https://api.pcxpay.com/v1/organizations/growthrate \
  --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

period
enum<string>
default:daily
Available options:
daily,
weekly,
monthly

Response

Growth rate data

status
string
Example:

"success"

message
string
data
object