Before you start
The REST API can be used to integrate operational systems with the MyPup platform. To start using the API:
- Choose which environment you would like to connect to.
- Create an account on that environment.
- Check how to authenticate with the REST API.
- Familiarize yourself with the definitions, the protocol in general and the callback functionality.
- 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 |