Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
curl -X POST "https://test.onboarding.namirial.app-eu-ie1-api.namirialonboarding.com/api/v2/request/YOUR_REQUEST_ID/links" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-d '{
  "onlyForActors": ["customer"]
}'

...