Returns referral users that match the query.
This method supports the semantics of search queries.
Request
GET https://api.bytehand.com/v2/payments/referrals
Parameters
Query Parameters | |
---|---|
query | string Optional parameter. Search query. Use special language for writing queries. Valid search fields are determined by the type of objects being searched. Default is empty query that matches all objects. |
Authorization
Requires authorization and access right finances_view.
Response
Upon successful completion of the request, an object of type Referral[] is returned.
This method returns additional data in the headers of the HTTP response, read more in the section search queries.