Sandbox

The Sandbox server is used for testing. It is automatically regenerated every 24 hours.

The Sandbox server can be found here: https://sandbox.sellinpublic.com

Every account you see there can be logged in using this format:
Email: [USERNAME]@example.com
Password: password

For example, to login with the demo account, you would use this info:
Email: demo@example.com
Password: password

To login with the sandbox account, you would use this info:
Email: sandbox@example.com
Password: password

The Change Password functionality is disabled on the Sandbox server so these logins should always work.

The demo user has an API key that anyone can use on the Sandbox server:
Username: demo
API Key: sip_api_sand_01234demo56789_key

Below is a live example of a GET request that you can copy and paste.

curl https://sandbox.sellinpublic.com/api/v0/hello -u "demo:sip_api_sand_01234demo56789_key"

Below is the expected result from that cURL call:

{
  "status": "success",
  "messages": [],
  "meta": {},
  "data": {
    "name": "World"
  }
}