---
title: "View Permissions"
method: POST
path: "/api_keys/permissions"
tags: ["API KEYS"]
---

# View Permissions

`POST /api_keys/permissions`

Retrieve a list of endpoints this API Key can use. This endpoint is available to all API Keys.

## Request body

- object

## Response `200`

Successfully retrieved API key permissions

- object
  - `data` object[], required — An array of API key results
    - `request_id` string, required
    - `data` string[], required
  - `request_id` string, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/revisions/1ba6b25eebb9/schema)
