- Obtain an API Key: Before making requests, obtain your sandbox or live API key. This key uniquely identifies you as a user and grants access to the API features.
- Include an Authorization Header: With your API key, authenticate each request by including an Authorization header. Use the Bearer token type for authentication.
- Format Your Request: Your request should include the Authorization header as follows, replacing YOUR_API_KEY with the actual key you obtained: