Credits

Get credits for a specific member.

get

Returns all credits for one customer. API key is used to match the customer to your account for security reasons. Ensure that the customer ID is included in the request path.

Path parameters
idstringRequired

The customer ID number.

Query parameters
limitstringRequired
lastCreditEntrystringRequired
Header parameters
X-Inveterate-Api-KeystringRequired

Your private Inveterate API key.

Responses
200
Returned upon successful direct action to our database. Action is immediate.
application/json
get
GET /v2.0/storefront/members/{id}/credits?limit=text&lastCreditEntry=text HTTP/1.1
Host: 
X-Inveterate-Api-Key: text
Accept: */*
{
  "message": "text",
  "data": {}
}

Was this helpful?