Back

    Buyamia Directory API

    v1.0

    Get Business by ID

    GET
    /v1/businesses/:id

    Retrieve full details of a single business by its UUID.

    businesses.read
    GET
    /v1/businesses/slug/:slug

    Retrieve a business by its URL slug.

    businesses.read

    Path Parameters

    ParameterTypeDescription
    iduuidThe business UUID
    slugstringThe business URL slug (for slug endpoint)

    Response

    Returns the full business object with all fields including operating hours, payment terms, verification details, SEO metadata, and location coordinates.

    Last updated on February 23, 2026