---
title: "Get account credentials"
method: GET
path: "/v2/accounts/{account_id}/credentials"
tags: ["Account management"]
---

# Get account credentials

`GET /v2/accounts/{account_id}/credentials`

Retrieve information about the account credentials.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- ResponseGetAccountCredentials
  - `internal_id` string — dLocal internal merchant ID.
  - `x_login` string — API key necessary to authenticate your request.
  - `x_trans_key` string — API key necessary to authenticate your request.
  - `secret_key` string — API key necessary to authenticate your request.
  - `smartfields_api_key` string — Only for [Smart Fields integration](https://docs.dlocal.com/docs/smart-fields).

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/revisions/d87e090020f9/schema)
