cURL
curl --request GET \ --url https://api.usenotra.com/v1/brand-identities/{brandIdentityId} \ --header 'Authorization: Bearer <token>'
{ "brandIdentity": { "id": "<string>", "name": "<string>", "isDefault": true, "websiteUrl": "<string>", "companyName": "<string>", "companyDescription": "<string>", "toneProfile": "<string>", "customTone": "<string>", "customInstructions": "<string>", "audience": "<string>", "language": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }, "organization": { "id": "<string>", "slug": "<string>", "name": "<string>", "logo": "<string>" } }
Send your API key in the Authorization header as Bearer API_KEY.
1
"51c2f3aa-efdd-4e28-8e69-23fa2dfd3561"
Brand identity fetched successfully
Show child attributes
Was this page helpful?