The Frisbii Media API documentation describes the possible requests and available endpoints of the Frisbii Media API v3.
Requests
The HTTP methods (e.g. GET, POST) determine the type of operation on the resource. Query parameters can be used to provide additional options for the GET requests. POST parameters provide the data for write operations such as creation, modification of the resource(s).
Responses
The response from the API is in JSON format. Currently, the Frisbii Media API does not support any other response format.
Error handling
HTTP status codes are used to indicate the success or failure of an API call. The body of the response contains the details of the error in JSON format
The following code groups are used as standard:
Code 2xx - indicate a successful call.
Codes 4xx - indicate a client-side problem with the call.
Codes 5xx - indicate a server-side problem with the call.