curl --request GET \
--url https://v1.api.flux-os.com/contracts/provisions/pricing/types \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": [
{
"name": "<string>",
"short_code": "<string>",
"id": "<string>"
}
],
"meta": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"per_page": 123
}
}Retrieve a list of pricing provision types with pagination.
curl --request GET \
--url https://v1.api.flux-os.com/contracts/provisions/pricing/types \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": [
{
"name": "<string>",
"short_code": "<string>",
"id": "<string>"
}
],
"meta": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"per_page": 123
}
}Page number for pagination
x >= 1A paginated list of pricing provision types.