Search & list tokensAsk AIget https://api.staging.payrails.io/payment/instruments/{instrumentId}/tokensFetch a list of tokens for a payment instrument.Path ParamsinstrumentIduuidrequiredIdentifier of the resource in Payrails.Query Paramsfilter[status]stringFilter for a list of tokens by status.filter[anyReference]stringFilter for a list of tokens by any reference.filter[createdAt]stringFilter by createdAt.page[cursor]stringSearch collection items from that cursor.page[after]stringSearch collection items after that cursor.page[before]stringSearch collection items before that cursor.page[size]int32Length of the collection to search.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 429Too Many Requests.Updated 11 months ago