Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Authentication session ID. You can obtain it from the Auth Sessions tab in your project details.
Body
Validate auth session input schema
If true, the auth session will be automatically recreated if the check fails.
true
Number of attempts to check the validity of the auth session before recreating it.
3
Number of attempts to create a new auth session if the current one is invalid or expired.
3
Proxy URL to be used for the API call. This is optional and can be used to route the API call through a proxy server.
"http://username:password@domain:port"
Timeout for the API request in seconds. Default is 10 minutes (600 seconds).
600