Skip to main content

Get one of a managed investor's share purchases

GET 

/v1/investors/:investorId/share-purchases/:purchaseId

404 for an unknown purchase id, one that belongs to a different investor, or an investor the calling partner does not own.

Request

Responses

OK

Response Headers
    RateLimit-Limit

    Requests permitted per minute for the authenticated API client.

    RateLimit-Remaining

    Requests still available in the current window. The bucket refills continuously, so this rises as you go rather than resetting on a boundary.

    RateLimit-Reset

    Seconds until the budget is back to its full limit. Not the wait for the next single request — that is Retry-After on a 429.