Skip to main content
Does Xplor Studio have an Open API?
Daniel Freire avatar
Written by Daniel Freire
Updated over a week ago

All APIs under the Xplor Studio API are based on REST architecture and are accessed via HTTPS at specified URLs.

The base URL for all requests is https://studio.xplor.co/api/.

The complete URL varies depending on the endpoint of the resource being accessed. For instance, you can list all members on an account via a GET request to this URL: https://studio.xplor.co/api/members.

Did this answer your question?