Push notifications & alerts

POST /me/push-tokens 僅限工作階段

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.

請求內容

token string 必填
The Expo push token minted by the device.範例 ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]
platform string 必填
ios or android.範例 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"}'

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available