πŸ”¦Configuration

Recovering the key

You can retrieve your secret key from your Spot settings:

  1. Go to the API Access tab

  2. Copy your secret key!

This is a premium feature. If you cannot access it, contact us.

Implementation

To connect to the API :

  1. Configure your header by adding an "Authorization" element, which must contain your secret key.

  2. Configure the URL using the following call URL: https://openapi.meltingspot.io

  3. Select a method

  4. You can also add filters (as explained here) and fill in the body if needed!

You can find the complete list of available endpoints here!

Please note that the limit for API requests is :

  • 100 requests/10 sec

  • 50000 requests/day

Filters

For filters, we use the LHS Bracket method. This method allows you to filter a list when retrieving content or elements. Filters are added to the end of the URL or in the query parameters.

For example: this URL lists members whose email is "john.doe@gmail.com".

https://openapi.meltingspot.io/v1/spotMembers?email[in]=john.doe@gmail.com

To filter your data, you have access to a variety of operators:

Dernière mise à jour