post
https://{subdomain}.pinpointhq.com/api/v1/structure_custom_group_ones
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request format
In order to create a structure custom group one you must send a JSON:API spec JSON object representing a structure custom group one.
Required attributes
As a bare minimum, name, must be supplied.
Examples
{
"data": {
"type": "structure_custom_group_ones",
"attributes": {
"name": "DevOps"
}
}
}