curl --request GET \
--url https://{defaultHost}/v1/apps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"origin": "<string>",
"logo": "<string>",
"public_signup": true,
"scute_branding": true
}Get public app configuration. No authentication required.
curl --request GET \
--url https://{defaultHost}/v1/apps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"origin": "<string>",
"logo": "<string>",
"public_signup": true,
"scute_branding": true
}API Secret token
User Access token
App ID
Was this page helpful?