Get app
Gets an app in the context of the specified company.
GET
/v1/hq/companies/{company_id}/apps/{app_id}Authorization
BearerTokenAuth
AuthorizationBearer <token>
The Noona HQ API uses Bearer token for authentication.
Endpoints that return generic information that does not contain sensitive data do not require authentication. Endpoints that require authentication are specifically marked in the documentation.
Authorization: Bearer your-token
In: header
Path Parameters
company_id*string
Example
"dwawd8awudawd"app_id*string
Example
"dwawd8awudawd"Query Parameters
select?array<string>
expand?array<string>
Response Body
application/json
curl -X GET "https://api.noona.is/v1/hq/companies/dwawd8awudawd/apps/dwawd8awudawd"{
"id": "7awdXwZoedakjad37a",
"client_id": "7awdXwZoedakjad37a",
"logo": "https://example.com/logo.png",
"name": "King Accounting Connection",
"developer_name": "King Accounting",
"developer_url": "https://example.com/about_king_accounting",
"description": "King Accounting Connection automatically syncs your Noona POS system with the King Accounting software.",
"uninstall_message": "Note that all data that the app stored will be deleted.",
"redirect_uri": "https://example.com",
"scopes": [
"activities:read"
],
"enabled": true,
"app_store": true,
"show_in_navigation": true,
"id_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhdzhkYXd1OWQ4dWF3OThkdSIsImVtYWlsIjoic3ZlcnJpckBub29uYS5pcyIsImV4cCI6MTUxNjIzOTEyMiwiaWF0IjoxNTE2MjM5MDIyLCJhdWQiOiJ8Y2xpZW50LWlkPiIsImlzcyI6ImFwaS5ub29uYS5pcyJ9.hgK4lcjTHgVMLPwnVHjsGOOK8cC2b8pkZ2VHxBoFwCk",
"open_uri": "https://example.com?id_token=<token>&action=open"
}