Skip to main content
GET
/
accounts
/
{account_id}
/
company-settings
Get company field settings
curl --request GET \
  --url https://www.useroulette.com/api/v1/accounts/{account_id}/company-settings \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "fields": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "field_type": "text",
        "options": [
          "<string>"
        ],
        "required": true,
        "order": 123
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string<uuid>
required

Response

success
boolean
data
object