POST
/
v0
/
user
/
claim-assistant-hiring-one-time-link
curl --request POST \
  --url 'https://api.unify.ai/v0/user/claim-assistant-hiring-one-time-link' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{
    "message": "string",
    "assistant_hiring_approval": "string | null"
}

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

token
string
required
curl --request POST \
  --url 'https://api.unify.ai/v0/user/claim-assistant-hiring-one-time-link' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{
    "message": "string",
    "assistant_hiring_approval": "string | null"
}