Versioning
The URLs for the various resources use the following pattern:
https://scriptrun.ai/api/v{version}/{operation-specific component}
URL Components
- version - the API version. Currently there is only one version, "1", in operation
- operation-specific component - this identifies the actual operation you want to do. For example a list of projects.
Thus the URL getting a list of the project for the authenticated user is:
https://scriptrun.ai/api/v1/projects/