---
title: "Generate Access token (Application Based Authentication)"
method: POST
path: "/oauth2/token/"
---

# Generate Access token (Application Based Authentication)

`POST /oauth2/token/`

## Response `200`

200

- object
  - `access_token` string
  - `token_type` string
  - `expires_in` integer
  - `scope` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.dev/instamojo/apis/api-v2.md) · [All operations](https://skmtc.dev/instamojo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/instamojo/api-v2/revisions/418bd166822e/schema)
