Subscriber Credits API

Credit Group Names

Before adding credit profiles you must define atleast one credit group name to be used.

Reference material for usage on Subscriber > Credits and Credit Profiles > Credit Group Names.

GET
/v1/credit/names
(subscriber)

List Credit Names.
Service
subscriber
GET
/v1/credit/name/{credit_group_name_id}
(subscriber)

Get credit name by ID.
Service
subscriber
POST
/v1/credit/name
(subscriber)

Add credit name.
Service
subscriber
DELETE
/v1/credit/name/{credit_group_name_id}
(subscriber)

Remove credit group name by ID.
Service
subscriber

Credit Profiles

Before adding a credit to a subscriber, you must define atleast one credit profile to be used for appylying a credit to a subscriber.

Reference material for usage on Subscriber > Credits and Credit Profiles > Credit Profiles.

GET
/v1/credit/profiles
(subscriber)

List Credit Profiles.
Service
subscriber
GET
/v1/credit/profile/{credit_profile_id}
(subscriber)

View credit profile by ID.
Service
subscriber
POST
/v1/credit/profile
(subscriber)

Add credit profile.
Service
subscriber
DELETE
/v1/credit/profile/{credit_profile_id}
(subscriber)

Remove credit profile by ID.
Service
subscriber

Subscriber Credits

Manage subscriber credits by applying new credits using a predefined credit profile or purging them.

Reference material for usage on Subscriber > Credits and Credit Profiles > Subscriber Credits.

GET
/v1/credits/{subscriber_id}
(subscriber)

List Credits for a subscriber.
Service
subscriber
GET
/v1/credit/{subscriber_credit_id}
(subscriber)

Show subscriber credit by ID.
Service
subscriber
POST
/v1/credit
(subscriber)

Add credit to subscriber.
Service
subscriber
DELETE
/v1/credit/{subscriber_credit_id}
(subscriber)

Remove subscriber credit by ID.
Service
subscriber