Skip to main content

Client Apps

If you are building a frontend integration, you can fetch public information about your client application using just the Client ID.

Public Client Info

Endpoint: GET /client-apps/public/:clientId (No Authentication Required)

Response

{
"name": "My E-commerce App",
"publicName": "Shopify Integration",
"branding": {
"logoUrl": "https://...",
"primaryColor": "#000000"
},
"clientId": "client_abc123"
}