To access the API and register contractors, you must request an API key from FTL. Once you have the key, it should be included in the x-api-key header of every request that interacts with the registration endpoints.
Requesting an API Key
Reach out to FTL to request your unique API key for authenticating your requests.
Using the API Key
Include the API key in the request header as follows:
x-api-key: YOUR_API_KEY_HEREThis key is required for all registration-related API calls. Without the correct API key, your request will be rejected with a 401 Unauthorized error.
Be sure to keep your API key secure, as it provides access to sensitive operations within the API.
