Login using login token
GET
https://api.datawrapper.de/v3/auth/login/{token} Login using a one-time login token or confirmation token and redirect to the URL associated with the token. One-time tokens are used in CMS integrations and confirmation tokens are used in magic links.
Example Request
curl --request GET \
--url https://api.datawrapper.de/v3/auth/login/example-token \
--header 'Authorization: Bearer <YOUR_TOKEN_HERE>'Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
token | string | Yes | A valid login token. |