---
title: "Get Ephemeral Token"
method: POST
path: "/v1/tokens/ephemeral"
tags: ["tokens"]
---

# Get Ephemeral Token

`POST /v1/tokens/ephemeral`

This endpoint returns a token that can be passed to an application for authorized access.  The lifetime of this token is 10 seconds.

## Query parameters

- `redirect` 'shipengine-dashboard' — The resource to return a redirect URL to.

## Response `200`

OK

- TokensGetEphemeralTokenResponseBodyYaml
  - `token` string — The requested token that expires in 10 seconds.
  - `redirect_url` string — The redirect url formatted with the requested token.

---

[API](https://skmtc.net/shipengine/apis/shipengine-api.md) · [All operations](https://skmtc.net/shipengine/apis/shipengine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipengine/shipengine-api/revisions/6af91511d87e/schema)
