Skip to main content

Authentication

Credova uses API keys to allow access to the API.

Credova requires the API key to be included in all API requests to the server in a header that looks like the following:

X-API-KEY: <API_KEY>

You must replace <API_KEY> with your Secret or a Restricted API key.

Request

curl "https://api.publicsquare.com" \
-H "X-API-KEY: <API_KEY>"