Get a brand
Get a previously created brand using its identifier.
Authorizations
Path parameters
workspaceIdstring · uuidRequiredExample:
The ID for the workspace.
d386a801-ee8d-4aba-a7e4-78671bd3b11e
brandIdstringRequired
A unique identifier for the brand.
Responses
200
Brand
application/json
404
Brand not found
application/json
get
GET /workspaces/{workspaceId}/tcr-brands/{brandId} HTTP/1.1
Host:
Authorization: Bearer jwt
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-06-22T19:41:30.543Z",
"updatedAt": "2025-06-22T19:41:30.543Z",
"status": "PENDING",
"entityType": "PRIVATE_PROFIT",
"firstName": "John",
"lastName": "Doe",
"displayName": "ABC Mobile",
"companyName": "ABC Inc.",
"ein": "111111111",
"einIssuingCountry": "US",
"phone": "+12024567890",
"street": "123 6th Ave",
"city": "New York",
"state": "NY",
"postalCode": "10001",
"country": "US",
"email": "[email protected]",
"stockSymbol": "ABC",
"stockExchange": "NASDAQ",
"website": "https://example.com",
"vertical": "RETAIL",
"altBusinessId": "text",
"altBusinessIdType": "NONE",
"businessContactEmail": "[email protected]",
"businessContactEmailVerifiedDate": "2025-06-22T19:41:30.543Z",
"workspaceIds": [
"123e4567-e89b-12d3-a456-426614174000"
],
"rejection": {
"description": "text",
"code": "text"
}
}
Type
Description
BrandResponse object describes a submitted brand
Last updated
Was this helpful?