Skip to content

Files

Latest commit

b979fdd · Feb 27, 2025

History

History
42 lines (31 loc) · 881 Bytes

api-organization-getApplicationInformation.adoc

File metadata and controls

42 lines (31 loc) · 881 Bytes

getApplicationInformation

GET /api/v1/app/{client_id}

Authorizations: 

Path parameters

Type Name Description Schema

path

client_id
required

The OAuth client ID

string

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET "https://<quay-server.example.com>/api/v1/app/<client_id>" \
  -H "Authorization: Bearer <access_token>"