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

Using your API Key

All API calls are authorized using an API key, which should be provided via an apiKey header. For instance, in command line you could do:

curl -H "apiKey: API_KEY" https://api.slyk.io/users

Just replace API_KEY with your own key.

Last updated