Onvo Documentation
APIs
Embed Users
Get:Get Token for Embed User by Id

Get token for embed user by id

GET
/
api
/
embed-users
/
{id}
/
token

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "user": "123456",
    "token": "eyJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoiYXV0aGVudGljYXRlZCIsImFwcF9tZXRhZGF0YSI6eyJkYXNoYm9hcmRzIjpbImY3MmU1MjhhLTc3MjItNGY2Ny05NDk5LTgwNmQ3NDcwMTk5MiJdfSwic3ViIjoiZWU1YjA4YzYtNTE2Ny00NDI1LWJiYzMtYTc0NmZlNGE3ZWFkLTEyMzQ1NiIsImF1ZCI6ImF1dGhlbnRpY2F0ZWQiLCJpYXQiOjE3MDYxMDcyNzl9.ENx5LFmxJ-2x5WsPTS3dWj4hAASsk9tDC5oN4lPYHoU"
}