Credit types
Get a credit type
Get information about a specific credit type.
Returns the full detail of a single credit type record, including its name and configuration. Credit types categorise credits by loyalty program or business purpose. Each credit record is linked to exactly one credit type.
To list all available credit types, use GET /credit-types.
get/credit-types/{credit_type_id}
Path parameters
credit_type_idstring required
The unique ID of a credit type.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"credit_type_id": "86e05affc7a7abefcd513ab400",
"name": "Addition",
"last_change": "2022-04-05 07:46:44.190403"
}
}