Push notifications & alerts

POST /me/push-tokens Session only

Register (or reassign) a mobile device’s Expo push token.

Upserted by token value, not by user: if a different account signs in on the same device, this reassigns the token to the new caller. Returns 204 No Content.

Body

token string required
The Expo push token minted by the device.Example ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]
platform string required
ios or android.Example ios
curl
curl -X POST "https://freehire.me/api/v1/me/push-tokens" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"token":"ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]","platform":"ios"}'

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available