Return all cards successfully used by specific business
GET/api/v1/businesses/:id/cards
Return all cards successfully used by specific business
Request
Path Parameters
id int32required
Query Parameters
include string
Include associations (delimited with comma). Available associations: user
sort string
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return all cards successfully used by specific business
- application/vnd.api+json
- Schema
Schema
any
Loading...