v1
latestOpenAPI 3.0.02026-07-2466275257.1 KBteam
Create team
This endpoint creates a new team for an organization. It allows specifying team details, company information, and business settings to organize advertising campaigns and manage user access.
post/v3/teams
Request body
Example request
{
"team": {
"id": "team_001XYZ",
"name": "Development Team",
"namespaceId": "namespace_ABC123",
"companyName": "Innovative Solutions Ltd.",
"companyWebsite": "https://www.innovativesolutions.com",
"companyPhone": "+1-234-567-8901",
"companyAddress": {
"addressLine": "123 Main St",
"postcode": "12345"
},
"logoId": "logo_567XYZ",
"businessIdentifier": "biz_AB12345",
"reviewerEmail": "reviewer@innovativesolutions.com",
"sellerId": "seller_990XYZ",
"modifyTime": "2024-02-14T23:45:01Z",
"onBehalfOf": "Ad Sponsor Ltd."
}
}Response
The created team
Example response
{
"team": {
"id": "team_001XYZ",
"name": "Development Team",
"namespaceId": "namespace_ABC123",
"companyName": "Innovative Solutions Ltd.",
"companyWebsite": "https://www.innovativesolutions.com",
"companyPhone": "+1-234-567-8901",
"companyAddress": {
"addressLine": "123 Main St",
"postcode": "12345"
},
"logoId": "logo_567XYZ",
"businessIdentifier": "biz_AB12345",
"reviewerEmail": "reviewer@innovativesolutions.com",
"sellerId": "seller_990XYZ",
"modifyTime": "2024-02-14T23:45:01Z",
"onBehalfOf": "Ad Sponsor Ltd."
}
}