---
title: "Generate Authorize Token"
method: POST
path: "/v3/{customerId}/BankingServices/GenerateAuthorizeToken"
tags: ["Authorization"]
---

# Generate Authorize Token

`POST /v3/{customerId}/BankingServices/GenerateAuthorizeToken`

Use the /GenerateAuthorizeToken endpoint to get an Authorize Token (the RequestId) that's valid for 30 minutes.

## Path parameters

- `customerId` string, required

## Headers

- `flinks-auth-key` string, required
- `Content-Type` string, required
- `Accept` string, required

## Response `200`

Success

- object
  - `HttpStatusCode` integer
  - `Token` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/flinks/apis/flinks-api.md) · [All operations](https://skmtc.net/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flinks/flinks-api/versions/0983646f91b4/schema)
