Create a login token

Provides a URL that can be used by the user to access pages within the Natterly UI

Try this request in your browser

/api/ /login_tokens/create

Headers

X-API-Token

Parameters

path String

The request output will be shown here...

URL

https://api.natterly.com/api/v1/login_tokens/create

Access

Must be authenticated as a user. If not authorised, a MustBeAuthenticated error will be returned.

Parameters

Parameter Type Default

path

The path to send the user to (defaults to root path)

String null

Errors

Error Attributes

ValidationError

A validation error occurred while creating the login token

  • errors

    The errors

Response Data

This action will return a String.