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 information (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
id
Was this page helpful?