curl --request GET \
--url https://app.flowglad.com/api/v1/pricing-models \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"isDefault": true,
"name": "<string>"
}
],
"hasMore": true,
"total": 123,
"currentCursor": "<string>",
"nextCursor": "<string>"
}curl --request GET \
--url https://app.flowglad.com/api/v1/pricing-models \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"isDefault": true,
"name": "<string>"
}
],
"hasMore": true,
"total": 123,
"currentCursor": "<string>",
"nextCursor": "<string>"
}Successful response
Show child attributes
Epoch milliseconds.
-9007199254740991 <= x <= 9007199254740991Epoch milliseconds.
-9007199254740991 <= x <= 9007199254740991Was this page helpful?