To get started, make sure you have an application ID and secret with the correct scopes. You can read this page to get additional information: Create & Manage Applications
You can authenticate your requests using Basic Authentication scheme.
Authorization: Basic ZGVtbzpwQDU1dzByZA==
Username: Your application's ID key
Password: Your application's secret key
To learn more about Basic Authentication, read here.