Skip to main content
GET
/
applications
/
{app_id}
Get Application
curl --request GET \
  --url https://management-api.unomiq.com/applications/{app_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "organization_id": "<string>",
  "name": "<string>",
  "region": "<string>",
  "pricing_plan": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

Response

Successful Response

id
string
required
organization_id
string
required
name
string
required
region
string
required
pricing_plan
string
required
created_at
string
required
updated_at
string
required