Create session from token

Exchange a one-time login token for a browser session. On success the user is redirected (302) to Omnisend with session cookies set.

This endpoint must be called from the user's browser (e.g. via a form POST) so that cookies are stored in the browser context.

Form Data
string
required
length ≤ 140

One-time login token (from POST /sessions/token)

string

URL to redirect to after login (must start with https://app.omnisend.com/)

Responses
302

Redirect to Omnisend with session cookies

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*