cURL
curl --request GET \ --url https://app.promptingco.com/api/v1/apps/{appId}/app-config \ --header 'x-api-key: <api-key>'
{ "ok": true, "data": { "config": {}, "appId": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>", "productId": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.promptingcompany.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.promptingcompany.com/llms.txt
Use this file to discover all available pages before exploring further.
Organization-scoped API key. Available scopes:
1
Successful response
true
Show child attributes