Authorization

Bellwether API uses the "Bearer Token" method for authentication. All calls must be made over HTTPS. The service will check the credentials on each request and return the response accordingly, in case of invalid credentials, the service responds with 401 error code i.e. unauthorized.

Last updated