Getting started with etinglysing

Etinglysing currently support integration using web services over the SOAP protocol. The API is defined as WSDL, and can be used for generating code to help out in the integration phase.

The etinglysing integration guide should give you an understanding of how to use this API.

Endpoint overview

All resources requires login

Two login options:

  • Basic Authentication

  • OAuth2 (Authorization header with Bearer token)
    The token must be a valid token generated with Authentication API. The use of Authorization token buypasses basic authentication and the user is logged in. See information about required grant type in Authentication API
    Authorization header example: Authorization : Bearer bc0523fc-f21c-4dab-9d9b-12d61d47447d

Beta

Production