Skip to main content
GET
/
apps
cURL
curl --request GET \
  --url https://sandbox.onconsul.com/v1/apps \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>"
}
Retrieve metadata about the currently authenticated app.

Authorizations

Authorization
string
header
required

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

Response

OK

created_at
string<date-time>
required
id
string
required
name
string
required