Create funnel

Create a funnel.

Request
Request Body schema: application/vnd.treasuredata.v1+json
id
string[1-9][0-9]*
type
string
Value: "funnel"
object
object
Responses
200

Created funnel

post/entities/funnels
Request samples
application/vnd.treasuredata.v1+json
{
  • "id": "string",
  • "type": "funnel",
  • "attributes": {
    },
  • "relationships": {
    }
}
Response samples
application/vnd.treasuredata.v1+json
{
  • "data": {
    },
  • "included": [
    ]
}