Unique Coordinate updates
User this API to push coordinates to be updated for a given job seeker or any other user. Coordinates could be phone number, email, Unique Messenger id (Whatsapp number, FB messenger id, telegram id)
Push Coordinates
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{ "message": "Successfully Noted"}{
"tenant": "alpha_db",
"token": "IUdSKgJnfdkj_fSATzp0OQ",
"key_action": "update_coordinates",
"data": {
"user_type": "JobSeeker",
"name": "John Doe",
"user_code": 23,
"user_type_code": 414,
"coordinates": "12345678901234567890",
"coordinates_type": "Onesignal",
"tenant_key": "alpha_db",
"subscribed": false,
"meta": {
"test1": "some value",
"another_key": "some other value"
}
}
}Last updated
Was this helpful?