API - Access Codes - GamesGuidz
Access Code Log API
Enabling Advanced Tracking & Metrics
This API for access codes will allow you to bridge your billing to our esports platform. Further, this API will enable you to log all generated access codes for clipfeed to store and manage.
access_code = MSISDN
Using this API will allow:
- View all generated access codes
- Track and manage conversions
- Detect and resolve any registration issues
POST access-log/
Creates AccessLog.
Parameters:
Input
|
Type
|
Description
|
access_code
|
string
|
Unencrypted Access Code
|
generation_client
|
string
|
Name of the organisation that created the access code (e.g. clipfeed)
|
generation_date
|
unix
|
Date that the access code was created on
|
Response:
Output
|
Type
|
Description
|
success
|
true
|
The response of this API will be 'success' = 'true' |
Real CURL post example:
curl --location --request POST
'https://portal.yoursite.com/api/v1/access-
log?generation_client=test&access_code=test28034&generation_date
=1673534808'
'access_code=123&generation_client=clipfeed&generation_date=1607424491'