Skip to content

Before you start

The REST API can be used to integrate operational systems with the MyPup platform. To start using the API:

  1. Choose which environment you would like to connect to.
  2. Create an account on that environment.
  3. Check how to authenticate with the REST API.
  4. Familiarize yourself with the definitions, the protocol in general and the callback functionality.
  5. You are now ready to start using the API!

Endpoints

Description Staging Production
OAuth2 https://login.staging.mypup.app/connect/token https://login.mypup.app/connect/token
REST API https://api.staging.mypup.app/v1 https://api.mypup.app/v1
Open API Specification https://api.staging.mypup.app/v1/openapi.json https://api.mypup.app/v1/openapi.json
Swagger UI https://api.staging.mypup.app/swagger https://api.mypup.app/swagger