Bridgit Logo

Authentication

Authentication for the Bridgit API

The Web Application

The web application contains a page where you can manage your API tokens.

/images/api-key-management.png

Go To Bridgit App

Validate Your Token

If you wish to validate your token, please use the following command, full documentation is linked below

curl -X POST "https://api.hibridgit.com/api/token/validate" \
  -H "Authorization: <YOUR TOKEN>"
Validation Docs


Rate Limiting

Based on IP address, the API has a rate limit of 100 requests per minute.