# Planning Status API The Planning Status Service keeps track of various planning status results for processing trip data and provides endpoints to easily retrieve which planning imports succeeded and which failed, when and how. *Make sure you request the Auth API first* Version: 3.0 ## Servers Production Environment ``` https://planning-status-api.services.simacan.com/api/public/v3 ``` Staging Environment ``` https://planning-status-api-stg.services.simacan.com/api/public/v3 ``` ## Security ### BearerAuth Before any request you do, make sure you have obtained an access token from the Auth API. You need to send the access token through an HTTP Authorization request header Type: http Scheme: bearer Bearer Format: JWT ## Download OpenAPI description [Planning Status API](https://simacan-developer-portal-2-0.redocly.app/_bundle/openapi/planning/planning-status.yaml) ## Other ### Get By PlanningId - [GET /get_by_planning_id/{planningUUID}](https://simacan-developer-portal-2-0.redocly.app/openapi/planning/planning-status/other/getbyplanningid.md): Get all planning updates for the planning with the provided id (UUID)