Download Menu from Uber Eats
POSThttps://api.staging.powerapi.com/api/v1/partner_integrations/uber_eats/download_menu
Download Menu from Uber Eats
Request
- application/vnd.api+json
Bodyrequired
data object
Responses
- 204
- application/vnd.api+json
- Schema
Schema
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L 'https://api.staging.powerapi.com/api/v1/partner_integrations/uber_eats/download_menu' \
-H 'Content-Type: application/vnd.api+json' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"data": {
"type": "partner_integrations",
"relationships": {
"business": {
"data": {
"type": "business",
"id": "string"
}
}
}
}
}'
ResponseClear