Oore CI
ReferenceAPIOperationsSetup

Get setup summary

Returns a summary of current setup configuration. Requires a valid setup session.

Operation IDget_setup_summary
GET
/v1/setup/summary

Returns a summary of current setup configuration. Requires a valid setup session.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/setup/summary"
{  "client_id": "string",  "has_client_secret": true,  "instance_id": "string",  "issuer_url": "string",  "owner_email": "string",  "state": "uninitialized"}