What system of authorization do you use for your APIs, and how do I get authorized to make calls?
- We use a standard OAuth 2.0 scheme for authorization. To make calls, check out our OAuth page to get information on implementing a 2-legged OAuth flow.