Credit card list
This endpoint retrieves the list of credit cards associated with your account or a specific business.
Endpoint
POST https://canadamotorjobs.com/api/v1/{locale}/credit-cards/list
# or for a specific business
POST https://canadamotorjobs.com/api/v1/{locale}/businesses/{business_id}/credit-cards
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
business_id | string | The business ID (when listing for a business) | No |
page | number | Page number | No |
limit | number | Number of items per page | No |
sort | string | Sort by date created_at (values: asc, desc) | No |
from | string | Created after date YYYY-MM-DD | No |
to | string | Created before date YYYY-MM-DD | No |
api_token | string | Your API key | required or bearer token |
Errors
| Code | Message |
|---|---|
| 401 | Unauthorized |
| 404 | Not Found (if business_id is provided and not found) |
| 500 | Internal Server Error |