Analytics API Endpoint
This endpoint will send analytics data to NTH using ABO Manager and generate unique authentication code, short code, and keyword for a service hosted by Comparo Media.
It's your responsibility to secure the token shared by the API team, using it publically allows anyone to access and make requests on behalf of you for the service.
For token related queries, contact your Comparo Media partner or send an email to [email protected].
Flow: MSIDN INSERT / PIN SUBMIT
POST
/analytics
MSIDN Insert flow for NTH / PIN Submit flow for NTH
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
mobile_number
string
Mobile number / MSIDN of the user, required for MSIDN INSERT flow / Pin submit flow. Prefix mobile number with: 00{country_code_without_+_symbol}
aff_parameters
object
Object with clickid and trackid details, passed as-is to ABO Manager, optional
aff_parameters.clickid
string
123456
Click ID, passed to ABO Manager as-is
aff_parameters.trid
string
123456
Track ID, passed to ABO Manager as-is
Response
Flow: Click 2 SMS
POST
/analytics
Click 2 SMS flow for NTH
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
aff_parameters
object
Object with clickid and trackid details, passed as-is to ABO Manager, optional
aff_parameters.clickid
string
123456
Click ID, passed to ABO Manager as-is
aff_parameters.trid
string
123456
Track ID, passed to ABO Manager as-is
Response
Flow: Verify Pin
POST
/pin_verify
Verify the pin with MSISDN
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
mobile_number
string
Mobile number / MSIDN of the user, required for MSIDN INSERT flow / Pin submit flow. Prefix mobile number with: 00{country_code_without_+_symbol}
pin
string
Pin to verify the MSISDN.
opportunityEndUserId
number
The number that you get in the first API response.
aff_parameters
object
Object with clickid and trackid details, passed as-is to ABO Manager, optional
aff_parameters.clickid
string
123456
Click ID, passed to ABO Manager as-is
aff_parameters.trid
string
123456
Track ID, passed to ABO Manager as-is
Response
Last updated