POST /v1/radar/value_list_items
Creates a new ValueListItem
object, which is added to the specified parent value list.
Servers
- https://api.stripe.com/
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
value_list |
String | Yes |
The identifier of the value list which the created item will be added to. |
expand[] |
Array | No |
Specifies which fields in the response should be expanded. |
value |
String | Yes |
The value of the item (whose type must match the type of the parent value list). |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.