API Docs / Operations / External Proposals / List External Proposals

List External Proposals

GET /tenants/{tenant}/external-proposals

Lists proposals from the tenant's configured external proposal platform (e.g., Socket)

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

status query string
processing query string
offset query integer (int32)

Number of records to skip (default: 0). Use with limit for pagination.

Number of records to skip (default: 0). Use with limit for pagination.

limit query integer (int32)

Maximum number of records to return (default: 10, max: 50)

Maximum number of records to return (default: 10, max: 50)

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key

Try it