Anonymous Token
Was this helpful?
Was this helpful?
Sends an authentication request and returns an anonymous token. This operation causes creation of a new session-context document.
Anonymous token is valid for one hour. After that time it should be refreshed in order to keep the same session ID associated.
Name of the tenant.
Note: Name of the tenant is always written in lowercase.
{tenant}
Your Emporix API key - client ID.
{client_id}
The request was successful. An anonymous token is returned.
Sends an authentication request and returns new anonymous token with same session ID attached.
This operation causes update of a session-context document with given session ID.
Anonymous token is valid for one hour. After that time, another refresh anonymous token request should be sent.
Name of the tenant.
Note: Name of the tenant is always written in lowercase.
{tenant}
NOTE: It's recommended to use refresh_token
parameter instead. Anonymous token that needs to be refreshed so that the same session ID will be kept. Provide the value of the access_token
you get in response to requesting a token request.
{GOToGKaEKFyR8DokPBwHH0Y3AKCo}
A refresh token generated when the anonymous token is created.
{7FnviYrxvQWYdzUVBVTvXeNAA4Jy1HPe}
Your Emporix API key - client ID.
{client_id}
The request was successful. An anonymous token is returned.