Fiber
Docs
Search docs
Ctrl K
Authentication

The Fiber API requires basic access authentication. Add the Authorization header to your requests, in the following format:

Authorization: Basic base64(CLIENT_ID:CLIENT_SECRET)

Finding your client credentials

To find your client id and client secret, visit the home page of your Fiber environment and click “Reveal” button on the “Environment Credentials” banner.

Your client ID and client secret can be found inside the Fiber dashboard by following these steps:

  1. Log in to our web app.
  2. Click on the settings icon in the top right corner.
  3. Click the API Access option.
  4. Your clientId and clientSecret will be displayed in a modal, as shown below:
Keep your credentials safe, as they provide access to your Fiber data. Follow best practices such as using environment variables.
Copyright © 2024 Fiber