🔦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!

circle-info

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

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 arrow-up-right

  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!

circle-info

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 "[email protected]".

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

Operator
Meening

eq

Equal to

neq

Not equal to

gt

Greater than

gte

Greater than or equal to

lt

Less than

lte

Less than or equal to

in

In a specified list of values (comma-separated)

notin

Not in a specified list of values (comma-separated)

Mis à jour

Ce contenu vous a-t-il été utile ?