Data Plane API

Sample Instructions:

  • Click “Authorize” and add a sandbox testing grant token v1:sandbox.example.com:Iy8TJZcuhicocCklFdwA.
  • Click “POST /facts” and “Try it out”.
  • Test APIs like create fact with a payload like the following
{
  "fact_type_slug": "ssn",
  "scope_custom_id": "customer_123",
  "value": "123-45-6789"
}

Edit this page on GitHub