The API root is the response you will get when you visit the root URL of the API.
It should have this shape:
{
"self": <url>,
"meta": {
"welcome": <string>
},
"links": {
"me": <url>,
"brands": <url>,
"rate_limit": <url>
},
"rel": "resource",
"spec": <url>
}
self
will have the URL of the API itself.Just visit the API's root URL https://api.bratabase.com/