Auth
Learn how to authenticate on Gibobs.
As part of the onboarding process as a client of the Gibobs SaaS API, you have been provided with API accesses for the staging and production environments. With these accesses, you will be able to log in with your credentials and generate a token that you can use to authenticate the requests you wish to make.
At Gibobs, we use signed JWT credentials, transmitted via the Bearer Token mechanism. The technology team will have provided you with credentials similar to the following:
| Key | Value | Description |
|---|---|---|
environment | staging | prod | Work environment to connect to |
host | api.gibobs.com | Server to which you should connect |
api login path | /ev/realestate/auth/login | API route for login |
apiKey | string | API key |
apiSecret | string | API secret |
token | string | API token |