Skip to main content
Salfio Docs

Search documentation

Type to search this documentation.

On this pageOverview

Authentication

How this API authenticates requests, and where your API keys live.

Salfio Public API authenticates requests with the schemes below.

Your API keys

bearerAuth

HTTP Bearer

Salfio API token using the documented sk_live_ format.

Send your token in the Authorization header.

curl -H "Authorization: Bearer YOUR_API_KEY" https://api.example.com/endpoint

Code example

An authenticated call to this API, ready to copy:

curl -X GET -H 'Authorization: Bearer YOUR_API_KEY' 'https://api.example.com/clients'
Export
Suggest an edit to this page

Documentation menu