../../apiLogo.svg

Welcome

In this API reference we will describe the core functionalities of our API and the REST layer along with it's endpoints that are available.

BASE URL

Copied!
1
https://api.minimaa.co

Authentication

API authentication is handled by access tokens that conform to the OAuth 2.0 protocol. All tokens are a signed JWT that includes configuration and authorization information.

Permissions

access_token is required for querying and mutating Resources from API. user access token is able to access and change its own Resources. admin access token is able to access and change its own Resources as well as the Resources of users over which it has control

Errors

Requests made to our REST API will respond with the appropriate response code. Successful request will respond with a response code in the 2xx range. Failed requests due to a mistake made by the client will respond with a response code in the 4xx range. Failed requests due to an error with the minimaa server will respond with a response code in the 5xx range.

An error object will consist of three fields, a code field, a type field and a message field.

Error example

1
{
2
"code": 401,
3
"type": "authentication_error",
4
"message": "Invalid token provided"
5
}

Versioning

The latest Minimaa API version is v1

Note that our API and our SDK are not sharing the same versioning system. For example, the Minimaa API is versioned with a different pace and numbering compared to Minimaa SDK.

Setting the version of the API is required. To set the API version, set version tag in the url. https//api.minimaa.co/v1/

Privacy policy
Instagram
Copyright © 2021