Authentication
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Admin Console at any time.
Ask one of the admin users to get the API key from the Boarda Admin Console https://studio.boarda.io/settings/publisher
Install the library
The best way to interact with our API is to use one of our official libraries:
# Install via NPM
npm install --save my-api# Install via pip
pip install --upgrade myapiMake your first request
To make your first request, send an authenticated request to the pets endpoint. This will create a pet, which is nice.
Get Token
GET https://api.boarda.io/v1/auth
Creates a new pet.
Request Body
Name
Type
Description
apiKey*
string
Take a look at how you might call this method using our official libraries, or via curl:
Last updated
Was this helpful?