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

# POST /raw-creds

`POST /raw-creds`

## Request body

- RawCreds
  - `access-id` string
  - `access-key` string

## Response `200`

rawCredsResponse wraps response body.

- SystemAccessCredentialsReplyObj
  - `access_id` string
  - `auth_creds` string — Temporary credentials for accessing Auth
  - `csrf_token` string — CSRF token for synchronizer-token pattern (only populated for WebUI clients)
  - `expiry` integer — Credentials expiration date
  - `kfm_creds` string — Temporary credentials for accessing the KFMs instances
  - `need_mfa_app_first_config` boolean — If the user didn't complete to configure the MFA app
  - `required_mfa` string
  - `token` string — Credentials tmp token
  - `uam_creds` string — Temporary credentials for accessing the UAM service

## 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)
