Skip to main content
GET
Resolve the approval mode that applies

Authorizations

X-API-Key
string
header
required

Query Parameters

sender_profile_id
string<uuid> | null
sequence_id
string<uuid> | null

Response

Successful Response

The mode that actually applies per channel, and which level set it.

email_level
enum<string>
required

Which level an effective mode came from, so the UI can say "inherited from" what.

Available options:
workspace,
sender,
sequence
email_mode
enum<string>
required

Whether a channel's steps wait for a person or run on their own.

The values mirror LinkedInRunMode exactly: a LinkedIn account's run_mode IS its sender-level override, and the two strings have to interoperate without a translation table between them.

Available options:
manual,
auto
linkedin_level
enum<string>
required

Where the LinkedIn mode came from, so the page can say 'inherited from'.

Available options:
workspace,
sender,
sequence
linkedin_mode
enum<string>
required

Whether a channel's steps wait for a person or run on their own.

The values mirror LinkedInRunMode exactly: a LinkedIn account's run_mode IS its sender-level override, and the two strings have to interoperate without a translation table between them.

Available options:
manual,
auto