Vendor retrieval
Info about Vendors
Get Vendors
GET
https://switch-api-staging.herokuapp.com/vendor
This endpoint allows you to get the list of vendors.
Headers
Name | Type | Description |
---|---|---|
auth_token | string | The format for auth_token is Bearer token_string |
Vendor categories
GET
https://switch-api-staging.herokuapp.com/vendor/categories
This endpoint returns the list of vendor categories
Headers
Name | Type | Description |
---|---|---|
auth_token | string | The format for auth_token is Bearer token_string |
Get Vendor List
GET
https://switch-api-staging.herokuapp.com/vendor/list
Headers
Name | Type | Description |
---|---|---|
auth_token | string | The format for auth_token is Bearer token_string |
Last updated