cURL
curl --request GET \ --url https://api.nitrosend.com/v1/my/brand \ --header 'Authorization: Bearer <token>'
{ "id": 123, "account_id": 123, "brand_color": "<string>", "text_color": "<string>", "bg_color": "<string>", "font_heading": "<string>", "font_body": "<string>", "style_notes": "<string>", "tone": "<string>", "company_description": "<string>", "industry": "<string>", "example_copy": [ "<string>" ], "default_header": {}, "default_footer": {}, "default_theme": {}, "physical_address": "<string>", "company_name": "<string>", "source_url": "<string>", "last_scraped_at": "2023-11-07T05:31:56Z", "links": [ { "url": "<string>", "icon": "<string>", "title": "<string>" } ], "logo": "<string>", "complete": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
API key (nskey_live_...) or JWT token. API key is checked first; if not found, falls back to Devise JWT authentication.
nskey_live_...
Brand or null
Show child attributes
Logo URL
True when brand_color and company_name are set