Skip to main content

Get Environment Overlay Entries

GET 

/v1/product/:product_id/environment/:environment_id/overlay

Get all overlay entries for an environment

Request

Path Parameters

    product_id uuidrequired

    The product ID

    environment_id uuidrequired

    The environment ID

Responses

Successful Response

Schema

  • Array [

  • overlay_id uuidrequired

    ID of the overlay

  • ]

Loading...