---
title: "Create API Key"
method: POST
path: "/auth"
tags: ["Auth"]
---

# Create API Key

`POST /auth`

Validate clientId and clientSecret and return an API Key

## Request body

- AuthRequest — Authentication parameters required to get access to Pluggy's API
  - `clientId` string, uuid, required — Client id
  - `clientSecret` string, required — Client secret

## Response `200`

API Key generated

- AuthResponse — Authentication confirmed response to interact with the api
  - `apiKey` string, required — Authentication key for the API

## Other responses

- `401` — Invalid credentials
- `500` — Server Internal Error

---

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