We use HTTP headers for simple, but effective authentication and authorization.
All requests made on behalf of an account needs authentication.
Requests should be made to endpoint URL https://developer.wiseback.com/api_v1
.
For authentication add headers x-api-key
and x-secret-key
.
The important thing to keep in mind is that all requests to our API must be made over SSL (https).