Authorization

Learn how to communicate securely with the Moonwalk API.

Authentication

Authentication is via HTTP Basic Auth.

You can get your API Key by visiting the Organization tab on the Moonwalk Dashboard

$ curl https://api.moonwalk.com/v1/client/members/[email protected] \
  -u sk_live_Pdskj832jHDKLS43834KJHnbdn4839:

For development and integration purposes, you can use https://api-demo.moonwalk.com.

Last updated

Was this helpful?