List sending identities
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Tenant project id (row-level isolation on every query).
Query Parameters
Section titled “Query Parameters”channelId
string
Filter to a specific channel (provider id).
Responses
Section titled “Responses”Identities.
Media typeapplication/json
object
identities
Array<object>
object
id
string
projectId
string
channelId
string
label
string
fromAddress
string format: email
fromName
string | null
replyToAddress
string | null format: email
isDefault
boolean
status
string
createdAt
string | null format: date-time
updatedAt
string | null format: date-time
Not authenticated (no valid session/principal).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Authenticated but lacks the required project role.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}