Services Enrollment
Get Vendor Products
POST
https://switch-api-staging.herokuapp.com/user/enrolments/vendors/:id/products
This endpoint retrieves the list of vendor products. The list of possible response_types returned include: - text - radio - checkbox - file - date - resource - dependable
Headers
auth_token
string
The format for auth_token is Bearer token_string
Request Body
sub_category
string
product subcategory
Retrieve User Enrolments
GET
https://switch-api-staging.herokuapp.com/user/enrolments
Headers
auth_token
string
The format for auth_token is Bearer token_string
Enroll for Service
GET
https://switch-api-staging.herokuapp.com/user/enrolments
Headers
auth_token
string
The format for auth_token is Bearer token_string
Request Body
answered_requirements
string
answered requirements
product_id
string
product ID
Get Vendor Categories
GET
https://switch-api-staging.herokuapp.com/user/enrolments/categories
Get categories for vendors
Path Parameters
auth_token
string
The format for auth_token is Bearer
Get Vendors
GET
https://switch-api-staging.herokuapp.com/user/enrolments/vendors
Get all vendors
Headers
auth_token
string
The format for auth_token is Bearer token_string
Last updated
Was this helpful?