When you subscribe to the Nextmv routing app on marketplace, you get a personalized app with a variety of API endpoints that can be used to execute and manage runs.
In this page you can find the API reference for a subscribed app, which you can also explore in Nextmv Console.
Note, all requests must be authenticated with Bearer Authentication. Make sure your request has a header containing your Nextmv Cloud API key, as such:
- Key:
Authorization
- Value:
Bearer <YOUR-API-KEY>
Run execution
New application run.
Create new application run.
Get run result.
Get the result of a run.
Run management
List past runs.
List past runs for application (50 max per request).
Update name and description of run.
Update the name and/or description of a run.
Get run status without output.
Get the status of a run without the output.
Get run input.
Gets the input used for a run.
Retrieve unique upload URL and ID.
Retrieve a unique URL and ID for uploading run input (for large input files).
Admin
Get application information.
Get application information specified by application ID.
Update application information.
Update application information with defined data, specified by application ID.
Delete application.
Delete application, specified by application ID.