Auth Sessions APIs
Update Auth Session - Resume
Resume authentication session creation operation. This is needed if the operation requests more info.
POST
/
{workspaceId}
/
projects
/
{projectName}
/
auth-sessions
/
{authSessionId}
/
update
/
{operationId}
/
resume
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.
The ID for the requested auth session creation operation. This is obtained from the start request.
Body
application/json
Auth session creation resume request.
The input to the resume operation.
The ID of the request info action.
Response
202 - application/json
Available options:
resumed