Auth Sessions APIs
Create Auth Session - Resume
Resume authentication session creation operation. This is needed if the operation requests more info.
POST
/
{workspaceId}
/
projects
/
{projectName}
/
auth-sessions
/
create
/
{operationId}
/
resume
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
operationId
string
requiredThe ID for the requested auth session creation operation. This is obtained from the start request.
Body
application/json
Auth session creation resume request.
info_request_id
string
requiredThe ID of the request info action.
input
string
requiredThe input to the resume operation.
Response
202 - application/json
status
enum<string>
requiredAvailable options:
resumed