Get a list of all the merchant's service areas. You can also get a list of all service areas assigned to a specific team.
This endpoint uses query paramsInstead of sending a payload, include the
team_id
orexternal_team_id
in the endpoint URL. For example:
https://developer-api.bringg.com/services/<service-id>/<secret-1>/<secret-2>/?team_id=12345
https://developer-api.bringg.com/services/<service-id>/<secret-1>/<secret-2>/?external_team_id=v123
Response (Output) Params
Parameter | Description |
---|---|
success | Indicates whether the service completed successfully.
|
message | If an error occurred, a message indicating the error is included. |
rc | If an error occurred, the return code is included. |
id | The Bringg ID for this service area. |
external_id | Your system's ID for this service area. |
name | The display name of this service area. |
next_page_cursor | The ID to retrieve the next page of results. |
polygon | The coordinates that form the polygon that defines the service area. |
zipcodes | The list of zipcodes defining the geographical area of the service area. |
zipcode_reached_limit | Bringg displays up to 57001 zip codes per service area.
|