Auth-Sessions
Create AuthSession - Start
Start creating an AuthSession.
POST
CreateOrUpdateAuthSessionStart
Authorizations
API Key used to authenticate your requests. How to create one.
Body
application/json
Create AuthSession input schema
The parameters to be passed to the API.
Example:
{
"param1": "value1",
"param2": 42,
"param3": true
}The unique identifier for the authentication session
Minimum string length:
3Pattern:
^[a-zA-Z0-9-(),_]+$Example:
"auth-session-123"
Proxy configuration for the job
Example:
"http://username:password@proxy.example.com:8080"
Number of attempts to create a new AuthSession if the current one is invalid or expired.
Example:
3
Number of attempts to check the validity of the AuthSession before recreating it.
Example:
3
CreateOrUpdateAuthSessionStart