Welcome to Blooma's API Docs¶
Throughout this API documentation you will need to know your BASE_URL
, which is the
url of your dedicated Blooma instance. This url will be use as part of the audience
when
authenticating your Client to our API. It will also be used as the base for any
API endpoints or Swagger documentation references.
BASE_URL
If you access your Blooma instance at https://foobank.blooma.ai
, then your BASE_URL
will be https://foobank.blooma.ai
.
It is recommended to start with the Authentication documentation to learn how to exchange your Client credentials for a valid Access Token, then you can use that token for accessing data from the available Endpoints.
Last update:
2024-09-24