API Integration

Backend Integration Details

The following outlines the different endpoints we provide for our Games Matchup API, the allowed requests and the expected responses with examples for each one.

In order to use these enpoints, an API key is required.

This key will be provided by the Lucra Team.

You must pass it as a query param

API Url Domain

For development and testing on the the SANBOX environment, please use the following url https://api.sandbox.lucrasports.comarrow-up-right For production, please use this url insted https://api.lucrasports.comarrow-up-right

Query Parameters:

apiKey - the api key given to you for server integrations

Example:

For a given URL: http://<LUCRA-DOMAIN>/api/rest/some-url/:matchupId?apiKey=<SOME-KEY> Sandbox http://api.sandbox.lucrasports.com/api/rest/some-url/:matchupId?apiKey=<SOME-KEY> Production http://api.lucrasports.com/api/rest/some-url/:matchupId?apiKey=<SOME-KEY>

Last updated