curl --request GET \
--url 'https://api.stateset.com/api/v1/integration-field-mappings/groups' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
"string"
]
Groups
GET
/
api
/
v1
/
integration-field-mappings
/
groups
curl --request GET \
--url 'https://api.stateset.com/api/v1/integration-field-mappings/groups' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
"string"
]
Query parameters
string
required
Response
Returnsstring[].
The spec this page is generated from declares this response as an untyped object — the server
returns JSON, but its shape is not published. Read a live response to see the fields; treat any
field you find as unversioned until the spec names it.
Status codes
| Code | Meaning |
|---|---|
200 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/integration-field-mappings/groups' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
"string"
]
Last modified on August 31, 2026