---
title: "Generate new token"
method: POST
path: "/token"
tags: ["Authentication and Authorization"]
---

# Generate new token

`POST /token`

Generate authentication/authorization token to access Ellie Mae Partner RESTful API

## Response `200`

OK

- TokenResponse
  - `access_token` string — oAuth 2.0 API access token
  - `token_type` string — oAuth 2.0 access token type
  - `expires_in` integer — Seconds until token expiry

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/elliemae/apis/oauth2-restful-api.md) · [All operations](https://skmtc.dev/elliemae/apis/oauth2-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elliemae/oauth2-restful-api/revisions/f1196f5edd58/schema)
