mintIngestToken
POST /api/ingest-tokens Mint a new ingest token for a collector TenantConnectorTap. The plaintext is returned exactly once in MintIngestTokenResult.token (with the full endpoint URL); only the SHA-256 hash is persisted. Refused with a typed error if the tap already has a live (non-revoked, non-expired) token — use rotateIngestToken instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Workspace slug. Overrides subdomain-based workspace resolution when provided.
"acme"
Optional request correlation ID echoed back in the response.
"550e8400-e29b-41d4-a716-446655440000"
Body
Input for minting a new ingest token. The tap must belong to the calling workspace; the service layer enforces this before minting.
The collector TenantConnectorTap this token routes to.
Response
Successful response