curl --request POST \ --url {{BASE_URL}}/v2/user/{{USER_ID}}/sign_in_token \ --header 'Accept: application/json' \ --header 'x-vital-api-key: <API_KEY>' \ --header 'Content-Type: application/json' \
{ "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sign_in_token": "<string>" }
Vital Team API Key
Successful Response
The response is of type object.
object