API Authorization
Create a bearer token
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. |
Account ID and API Keys can be found on API Keys page of Dashboard.
GET
/
login
Authorizations
Pass your account_id
as username and secret_key
as password via basic auth.
Was this page helpful?