Authentication

Authentication with the API mandates the inclusion of a bearer authentication token within the header.

Upon provision by Cober, you will be furnished with a designated username (email) and corresponding password. This credential set is to be utilized for authentication, facilitating the acquisition of your bearer token.

It is imperative to integrate this bearer token into all subsequent interactions with the API. It's worth noting that this token is perpetually valid and does not undergo expiration.

Here is sample code written in PHP, using curl.