Create user token

Create user token

Endpoint

POST https://embedworkflow.com/api/v1/user_token

Request Body

key string, optionaldefault: main

User's key

id string, optional

System-generated unique identifier

Response

Returns successful.

Response Properties

user_token string

Authentication token for the user

Response
1
2
3
{
  "user_token": "eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJbHBuYVdRNkx5OWhZM1IxYldsNlpTOURiMjV1WldOMFFuazZPbFZ6WlhJdk1ERTVaREkzTUdZdFpUTXpNaTAzT0dReUxUa3hNemN0TWpjeU1URTJNamc0TUdZMlAyVjRjR2x5WlhOZmFXNDlNVGN5T0RBd0Jqb0dSVlE9IiwiZXhwIjoiMjAyNi0wMy0yN1QyMjoxNDowNS44OTFaIiwicHVyIjoiZGVmYXVsdCJ9fQ==--7de87f979fd79345c04ed794fc101cfc8f92ee11"
}