To get an API key, follow the steps below:

  1. Go to the Verbex Platform and sign up for an account.
  2. Once you have signed up, go to the API Keys page.
  3. Click on the “Add new API key” button.
  4. Enter a name for your API key (just for your reference) and click on the “Create” button.
  5. You will see the API key you just created. Copy it and use it in the Authorization header of your API requests.
  6. Remember to keep your API key secret and stored in a secure location. You will not be able to see it again once you leave the page. You have to create a new API key if you lose it.

All API endpoints are authenticated using Bearer tokens included in the Authorization header of your API requests. The format is “Bearer YOUR_API_KEY”

Authorization: Bearer YOUR_API_KEY