Skip to content

Enrich and Redirect Customer

Request

This endpoints automatically enriches a member by thats already stored in the MA-system.

The endpoints fetches the member from the MA-system, enriches it's data, updates and redirects back to a pre-configured URL.

Security
api_key
Path
clientNamestringrequired

Client identifier, provided by Oculos.

idstringrequired

Id of member

curl -i -X GET \
  'https://api.oculos.no/v4/dataenrichment/forms/{clientName}/{id}' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Found - the member is found and enriched, redirecting to pre-configured URL.