API structure has changed
15 structure changes including:
15 Modifications
Modified
15
Breaking
DELETE /manager/ambassadors/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
DELETE /manager/products/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/ambassadors
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/ambassadors/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/me
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/orders
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/orders/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/products
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
GET /manager/products/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
POST /manager/ambassadors
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
POST /manager/images
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
POST /manager/products
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
PUT /manager/ambassadors/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
PUT /manager/me
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added
PUT /manager/products/{id}
- Authentication
- Bearer auth authentication method Removed
- Bearer token authentication method Added