Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Query Parameters

customer_key
string
required

The unique identifier of the customer on your platform, saved as customer_key on Metrifox

subscription_id
string<uuid>

Only return transactions for allocations granted by this subscription

feature_key
string

Only return transactions produced by this feature

start_date
string<date-time>

Only return transactions recorded at or after this timestamp (ISO 8601)

end_date
string<date-time>

Only return transactions recorded at or before this timestamp (ISO 8601)

page
integer
default:1

The page of results to return

per_page
integer
default:10

Number of records per page

Response

Credit transactions fetched successfully

statusCode
integer
Example:

200

message
string
Example:

"Credit transactions fetched successfully"

meta
object

Pagination metadata

data
object[]
errors
object