curl --request GET \
--url https://api.oneofnone.io/v1/team \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"created_at": "<string>",
"website": "<string>",
"description": "<string>",
"logo": {
"url": "<string>"
},
"logo_dark": {
"url": "<string>"
},
"notification_settings": {},
"social_links": "<unknown>",
"created_by": {
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"members": [
{
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
],
"shipping_address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"principal_subdivision": "<string>",
"postal_code": "<string>",
"country_code": "<string>",
"phone": "<string>",
"created_at": "<string>"
},
"billing_address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"principal_subdivision": "<string>",
"postal_code": "<string>",
"country_code": "<string>",
"phone": "<string>",
"created_at": "<string>"
},
"updated_at": "<string>"
}Successful response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
curl --request GET \
--url https://api.oneofnone.io/v1/team \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"created_at": "<string>",
"website": "<string>",
"description": "<string>",
"logo": {
"url": "<string>"
},
"logo_dark": {
"url": "<string>"
},
"notification_settings": {},
"social_links": "<unknown>",
"created_by": {
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"members": [
{
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
],
"shipping_address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"principal_subdivision": "<string>",
"postal_code": "<string>",
"country_code": "<string>",
"phone": "<string>",
"created_at": "<string>"
},
"billing_address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"principal_subdivision": "<string>",
"postal_code": "<string>",
"country_code": "<string>",
"phone": "<string>",
"created_at": "<string>"
},
"updated_at": "<string>"
}