For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

Patascore authenticates incoming API requests using a client API key. This API key is required when making server-server requests. It should be passed in the header as a bearer token when making requests.This key should be kept confidential and stored only on the client server.

The API key can be generated on the Patascore developer dashboard.

Authorization: Bearer {API KEY}

Last updated