Authentication
Last updated: May 29, 2026
All endpoints require HTTP Authentication using an API Key. This key must be provided in the Authorization header as a Bearer token - e.g. Authorization: Bearer <API_KEY> . API keys can be generated from the API Keys page on the Multiplay Dashboard.
Legacy Multiplay access and secret keys are also supported but not recommended. These can be used with both HTTP Basic Authentication and AWS Signature V4 authentication method. Note that this method will be deprecated soon.