GET
/
account-details
curl --request GET \
  --url https://public-api.kiwify.com/v1/account-details \
  --header 'Authorization: Bearer <token>' \
  --header 'x-kiwify-account-id: <api-key>'
{
  "id": "XvS0qfkdzCZTg8z",
  "company_name": "Teste LTDA",
  "director_cpf": "99999999999",
  "company_cnpj": "99999999999999",
  "legal_entities": [
    {
      "id": "d644de3d-9a02-46b1-aed4-72785fe8828f",
      "active": true,
      "company_name": "Teste LTDA",
      "director_cpf": "99999999999",
      "company_cnpj": "",
      "pix_key": "99999999999",
      "created_at": "2023-05-31T12:23:59.746Z",
      "updated_at": "2023-09-27T18:10:37.697Z"
    }
  ]
}

Authorizations

x-kiwify-account-id
string
header
required
Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200
application/json
Get Account Details
id
string
Example:

"U9VcH6yZzRkT2fB"

company_name
string
Example:

"Minha Empresa"

director_cpf
string
Example:

"99999999999"

company_cnpj
string
Example:

"99999999999999"