How do I Link Application Identities?
Before you start
Step 1: Identify which application you are linking data for
Step 2: Make an API request to our Users API to link identity data
curl \
-H "Authorization: Bearer $ABBEY_API_TOKEN" \
-H 'Content-Type: application/json' \
-X POST "https://api.abbey.io/v1/users/<userID>/apps" \
-d '{"type": "<app type>", "data": { ... app data ... }}'Step 3: Use your Imported Identity Data in a Grant Kit
PreviousWhy do I need to link application identities?NextSupported Application Identity Types and Schemas
Last updated