API Documentation

API Token Security

The LocalLive API is protected by standard token-based security. You will receive credentials from LocalLive which can be used to retrieve your token. That token must then be present in the headers for all API calls.

Retrieve Your Token

This example shows you how to make the REST call using Postman. You will notice two name/value pairs added to the post body as form data, email and password.

Use Your Token

Here the token is copied from above and added as an 'Authorization' header. For the value, start with 'Bearer', a space, then copy your token.