---
title: "POST /static-creds-auth"
method: POST
path: "/static-creds-auth"
tags: ["v2"]
---

# POST /static-creds-auth

`POST /static-creds-auth`

## Request body

- StaticCredsAuth — staticCredsAuth is a command that creates a temporary access profile using the provided static credentials.
  - `access-id` string — Akeyless JWT token
  - `admin-email` string — Akeyless JWT token
  - `creds` string — Akeyless JWT token
  - `json` boolean — Set output format to JSON

## Response `200`

staticCredsAuthResponse wraps response body.

- StaticCredsAuthOutput
  - `token` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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