Authorization
Authorization through a Secure Password Grant using the frontend
🔐 Secure Password Grant Authorization
Our API uses OAuth2 for secure, standards-based authorization. You can request a long-lived access token using the Metal Radar web application at https://metalradar.com, for which you should have received login credentials.
Go to the menu item 'developer settings' and click on 'obtain access token'. An access token will be generated for you, which you can use in your API requests, using header:
Authorization: Bearer {access_token}
Bear in mind that this token will only be shown once, so make sure to copy it and store it securely.
Note: in order to use the popular widgets endpoint, you will need copy the widget ID from the frontend, as described in the widgets documentation.