Authentication
Our APIs enables you to securely exchange your invoice content between your server and Ublion. The APIs support JSON and require bearer token authentication.
A request will look like this: https://{tenant}_connectapi.fan2customer.com/Api/TokenAuth/authenticate
Send a POST request to https://{tenant}_connectapi.fan2customer.com/Api/TokenAuth/authenticate with the Context-Type=”application/json” header as shown:
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
When the authentication is successfull, Ublion will provide you with an access token. Use the token to authorize your API calls.
Ublion will give the following response.