Authentication.

This section describes what API keys are and how to get them.

The Patricia Business API uses API keys to authenticate requests. You can view and manage your API keys in the Patricia Business Dashboard.

Your API keys are the gateway to all your Patricia Business information. Please guard them like you would guard a password. We will recommend that you use a password manager. Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Authentication to the Patricia Business API is done by bearer auth. For example curl -H "Authorization: Bearer realy_secured_tT1zdp7dc_password. All API requests must be authenticated else, they will fail.

👍

API Key

Please note that the authorization key in this case (realy_secured_tT1zdp7dc_password) needed here is the secret key that is gotten from the admin dashboard.