Heimdall APIs
  1. Authentication
Heimdall APIs
  • About
  • Authentication
    • Intro
    • Get access token
      POST
  • KYC
    • Query person status
      POST
    • Query person status simple
      POST
    • Query person CAP BR
      POST
    • Query person PEP BR
      POST
    • Get query result
      GET
  • Brazil
    • Zip code/CEP
      GET
  • Schemas
    • Schemas
      • Fields
        • Person ID (CPF)
        • fullName
        • motherFullName
        • Date of birth
        • Date of death
        • Webhook
        • personStatus
      • Query Result
      • Person
      • Person CAP
      • Person PEP
      • Person KYC
      • Person Verification
      • Verification
      • address
  1. Authentication

Get access token

POST
https://api.heimdall.watch/auth/v1/access-token

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json

Example
{
    "username": "string",
    "password": "string"
}

Responses

🟢200OK
application/json
Body

Example
{}
Modified at 2023-11-14 14:44:02
Previous
Intro
Next
Query person status