Heimdall APIs
Authentication
Copy Page
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
Authentication
Copy Page
Get access token
POST
/v1/access-token
Try it
Run in Apidog
Run in Apidog
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params
application/json
Generate Code
username
string
required
password
string
required
Example
{
"username"
:
"string"
,
"password"
:
"string"
}
Responses
🟢
200
OK
application/json
Generate Code
Body
Generate Code
object
{0}
Example
{
}
Modified at
2023-11-14 14:44:02
Previous
Intro
Next
Query person status