FlatPeak API uses bearer authentication (also called token authentication) to authorize access to API endpoints. To create a bearer token, use this /login
endpoint with basic auth:
username | Your FlatPeak Account ID. |
password | Any of your FlatPeak API Keys. |
Pass your account_id
as username and secret_key
as password via basic auth.
The response is of type object
.