curl --request POST \
--url https://app.plugchoice.com/api/v3/teams \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "b",
"email": "zbailey@example.net"
}
'{
"data": {
"uuid": "a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f",
"id": 1,
"name": "Mrs. Justina Gaylord",
"slug": "mrs-justina-gaylord",
"email": "lafayette.considine@example.com",
"created_at": "2026-02-06T14:49:41.000000Z",
"updated_at": "2026-02-06T14:49:41.000000Z"
}
}See the documentation for more information.
Show child attributes
Was this page helpful?
curl --request POST \
--url https://app.plugchoice.com/api/v3/teams \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "b",
"email": "zbailey@example.net"
}
'{
"data": {
"uuid": "a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f",
"id": 1,
"name": "Mrs. Justina Gaylord",
"slug": "mrs-justina-gaylord",
"email": "lafayette.considine@example.com",
"created_at": "2026-02-06T14:49:41.000000Z",
"updated_at": "2026-02-06T14:49:41.000000Z"
}
}