rotateIngestToken
POST /api/ingest-tokens//rotate Rotate an ingest token: mints a replacement for the same tap and puts the old token into a rotation grace window (expiresAt set server-side) so senders with the URL registered in a vendor console have time to update. Returns the new token’s plaintext exactly once. Returns 404 if the token does not exist or belongs to a different workspace.
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"
Path Parameters
id parameter UUID v4 with automatic base62 encoding for client-facing APIs
Response
Successful response