Authentication

This API uses token bearer based authentication to verify requests. To generate a token navigate to your Metaplane Account and follow the prompt to generate a new token. Make sure to save the generated API token in a secure place since we will only display the token value once. Each HTTP request you then make should have the authorization header set like:

Authorization: Bearer <YOUR_SECRET_API_TOKEN>