This API allows you to create, update, activate and de-activate your customers through simple web requests. You can also set a foreign code you can later use for single-sign-on operations.

The API is JSON based and has an API-Key based authentication. Please get in touch with us in order to obtain your API key.

All API works in POST mode with data provided as RAW POST DATA. The content type must be set to application/json

If you are a cURL sympathizer:
curl -X POST -H 'Content-Type: application/json' -d '{"key": "test", ...}' https://test.netstorming.net/api/customers/...