Authentication

Groundlink authentication model is designed to authenticate both the application consumer (via HTTP Basic Authentication) and a customer (via OAuth).

Consumer

For Consumer authentication, Groundlink uses HTTP Basic Authentication and it's only supported authentication scheme. The authentication credentials are registered email address and password and that's required on each API request. Session cookies and parameter-based login are not officially supported.

Example: User need to send the following HTTP Authorization (email:password Base64 encoded string) header with each request:

Authorization: Basic YWRtaW46YWRtaW4=

OAuth

Under Construction