v1

latestOpenAPI 3.0.32026-07-12133333.5 KB
design-builder

getConsumerDesign

Search for a especific design owned by user organization

get/v1/designs/consumer/{application}/{consumerId}

Path parameters

consumerIdstring required

Id of the design

Example:4a062990-a6a3-11eb-9828-4f3da7d4935a
applicationstring required

Type of application that uses the design

Example:journey

Response

Success - design loaded with success.

Example response

{
  "design": {
    "created_at": "2021-01-30T08:30:00Z"
  }
}