List feature credits entries of a feature for an account
Entitlements
List feature credits entries of a feature for an account
This API let’s you to list the feature credits entries of a feature for an account
GET
List feature credits entries of a feature for an account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
account_id corresponding to an account
Maximum string length:
50Example:
"ACC00001"
feature_id corresponding to a feature
Maximum string length:
50Example:
"feat.fdjskl.sdkjl"
Query Parameters
Maximum page size expected by client to return the record list.
NOTE: Max page size cannot be more than 50. Also 50 is the default page size if no value is provided.
Example:
10
Pagination token used as a marker to get records from next page.
Example:
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEyMywgInNvcnRPcmRlciI6ICJhc2MifQ=="
