Authorizations
Pass your account_id
as username and secret_key
as password via basic auth.
Response
The response is of type object
.
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
.