POST
/
{workspaceId}
/
projects
/
{projectName}
/
auth-sessions
/
create

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

Body

application/json
id
string

Auth session id, can contain letters, numbers and hyphens, default is a random uuid

parameters

Auth session parameters

proxy
string

Proxy URL following this format http://username:password@domain:port

Response

201 - application/json
operationId
string
required

Operation ID for the auth session creation. This is used in the resume and result operations.

status
enum<string>
required
Available options:
started