Accounts
List acquisition channels
List acquisition channels registered for a specific program.
The acquisition channel is the unique ID of the original source of your customer (such as a referring web page or mobile app). Acquisition channels are configured at the program level.
get/acquisitions/v2/programs/{programId}/channels
Path parameters
programIdinteger required
Example:6912345
Program ID
Query parameters
pageinteger
Page number.
perPageinteger
Items per page
Response
OK
Example response
{
"pages": 10,
"per_page": 15,
"current_page": 1,
"total_items": 100,
"items": [
{
"id": 111,
"type": "Mobile app",
"name": "Android app"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.