Skip to main content

Generate Feed Link

POST 

/api/portal/feed/keys

Generates a durable feed link for the signed-in buyer's account and returns it.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

This is the only response that ever contains the key. It is stored hashed, so it cannot be retrieved later — copy it when it is issued.

The link needs no further authentication, which is what makes it usable from a scheduled job or a spreadsheet formula that cannot send an Authorization header. It carries exactly the same scope as the buyer's portal session: their catalog, their pricing, and the tenant's inventory holdback.

A buyer has one link per location. Calling this again replaces the previous link — the old one stops working immediately, which is also how you rotate a link that has leaked.

Rate limited to 10 requests/minute.

Request

Responses

Created

Response Headers
    Content-Type