Quickstart Guides
API Schemas
This guide documents the Machina API patterns for interaction using custom integrations.
Headers
The Machina Sports API requires two HTTP headers:
- A
Content-Type
header specifying the request payload format - A
X-Api-Token
header containing the authentication token for request authorization
Sort, Filter and Paginate
The Machina Sports API works with sorting, filtering and paging for some larger requests. These mechanisms are defined in request body:
- The
filters
object defines filtering mechanism criteria - The
sorters
array defines a sorting mechanism- First a property to defines sorting criteria
- Second, 1 for ascending, -1 for descending
- The
page
andpage_size
properties defines specific page and the limit of items
Next up
Create API key to build an customized integration with Machina.