🔐
Authentication
Info about API authentication
The API key is the required method to authenticate and use the Mintacion API, without authentication access you won't be able to interact with the API, and you will receive an unauthorized response (401 HTTP error).
The API key is required to access Mintacoin's endpoints. This key contains sensitive information that you should keep safe with restricted access.
You can use your API key with the custom headers:
Content-Type: application/json
authorization: Bearer your-api-key-token
Last modified 10mo ago