Registration & Resubscribe - GamesGuidz

First Registration:

Once user subscribes you need to call the Access Code API and send us code.

After API call you send sms to user with link.

e.g. portal.yoursite.com/register?a=[msisdn]

Resubscribe: POST access-log/  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'