POST
/
{workspaceId}
/
projects
/
{projectName}
/
auth-sessions
/
{authSessionId}
/
update
/
{operationId}
/
resume
curl --request POST \
  --url https://app.intuned.io/api/v1/workspace/{workspaceId}/projects/{projectName}/auth-sessions/{authSessionId}/update/{operationId}/resume \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "input": "123456",
  "info_request_id": "99999999-9999-9999-9999-999999999999"
}'

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.

authSessionId
string
required

Authentication session ID. You can obtain it from the Auth Sessions tab in your project details.

operationId
string
required

The ID for the requested auth session creation operation. This is obtained from the start request.

Body

application/json

Auth session creation resume request.

input
string
required

The input to the resume operation.

info_request_id
string
required

The ID of the request info action.

Response

202 - application/json
status
enum<string>
required
Available options:
resumed