GET
/
businesses
curl --request GET \
  --url https://api.pocketflows.com/businesses \
  --header 'Authorization: Basic <encoded-value>'
{
  "businesses": [
    {
      "id": "<string>",
      "external_id": "<string>",
      "name": "<string>",
      "metadata": "<any>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
A dictionary with a `businesses` property which is an array of `Business` objects
businesses
object[]
required

An array of businesses