Skip to main content
Version: Early Access

Explore API Endpoints

  1. Pick an HTTP Client.
    Note: Browsers only work for HTTP GET.
  2. Authenticate.
  3. Set input formatting.
    The API accepts many formats. Specify which format you are sending with the Content-Type HTTP header.
    • Content-Type: application/json
  4. Set output formatting.
    The API responds many formats. Specify which format you want to receive with the Accept HTTP header.
    • Accept: application/json
  5. Try examples found on each endpoint page.

sample-code