Skip to main content
GET
/
v1
/
team
/
app-settings
Get team app settings
curl --request GET \
  --url https://api.oneofnone.io/v1/team/app-settings \
  --header 'x-api-key: <api-key>'
{
  "team_id": "<string>",
  "created_at": "<string>",
  "name": "<string>",
  "domain": "<string>",
  "status": "<string>",
  "colors": "<unknown>",
  "typography": "<unknown>",
  "menu": "<unknown>",
  "seo_settings": "<unknown>",
  "layout_settings": "<unknown>",
  "social_links": "<unknown>",
  "custom_css": "<string>",
  "favicon": {
    "url": "<string>"
  },
  "logo": {
    "url": "<string>"
  },
  "logo_dark": {
    "url": "<string>"
  },
  "share_image": {
    "url": "<string>"
  },
  "updated_at": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

Successful response

team_id
string
required
created_at
string
required
name
string | null
domain
string | null
status
string | null
colors
any
typography
any
menu
any
seo_settings
any
layout_settings
any
custom_css
string | null
favicon
object
logo
object
logo_dark
object
share_image
object
updated_at
string | null