---
title: "Retrieve an authorisation token"
method: POST
path: "/oidc/token"
tags: ["auth"]
---

# Retrieve an authorisation token

`POST /oidc/token`

Requires **Basic** auth header to be sent with the **client-id** & **client-secret** base64 encoded

## Response `200`

A successful token retrieval response

- Token
  - `access_token` string, required — Access Token
  - `expires_in` integer, required — Token Expiry
  - `token_type` string, required — Type of token granted
  - `scope` string — The granted scopes

## Other responses

- `403` — Unsuccessful Response - Invalid scopes

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
