To securely access and interact with Svalync API, authentication is required. Users must generate an API Key, which will be used to authenticate requests.Each workspace has a separate API Key which can be generated in Profile page.
Visit https://www.svalync.com/profile to generate your unique API Key. This key is essential for making authenticated requests to Svalync API. orTo generate an API Key, follow these steps:
To authenticate your requests, include your API Key in the request headers as an Authorization Bearer token. Below are examples of how to include the API Key in requests using Python, JavaScript, and cURL.
Copy
curl --request GET \ --url https://svalync.com/api/workflow/runWorkflow/{id} \ --header 'x-api-key: <api-key>'