Authentication

All requests to the Popcorn API require an API key for authentication. This API key, provided by the Popcorn team, should be included in the request header for each endpoint.

Required Header

  • POPCORN-API-KEY (string, required) - This is the unique API key provided to each organization. You must include this key in the headers of every request to authenticate and authorize the request.

Example Header

POPCORN-API-KEY: your_popcorn_api_key