v1

latestOpenAPI 3.0.02026-07-242235189.3 KB
Products

Trustfull Domain

Trustfull Domain

post/domain-intelligence

Headers

content-typestring
acceptstring
x-api-keystring required
Example:[your-api-key]
x-demostring

Request body

claimsstring[]
customer_idstring

A string representing the unique identifier of the user you are requesting information about. Each request requires a different customer_id

Example request

{
  "domain": {
    "value": "trustfull.com"
  },
  "claims": [
    "domain"
  ],
  "customer_id": "customer_id_393494108457"
}

Response

OK

statusstring
urlstring
messagestring

Example response

{
  "status": "ok",
  "url": "https://api-staging.fido.id/1.0/domain-intelligence/your_customer_id",
  "message": "The request is still being processed"
}