Unsubscription API - GamesGuidz
This API will enable deactivate of a user by the accesscode.
Using this API will allow clipfeed to:
- check the access-code exist against user
- deactivate the user immediately
GET api/v1/un-sub?access_code=
Parameters:
Input | Type | Description |
access_code | string | Unencrypted Access Code |
|
Input | Type | Description |
success | true | The response of this API will be ‘success’ = ‘true’. |
invalid code | false | The response of this API will be invalid access-code |
Headers:
access_code:{value}
Real CURL GET example:
curl --location --request GET 'https://portal.yoursite.se/api/v1/un-
sub?access_code=123456'