cURL
curl --request GET \ --url https://app.promptingco.com/api/v1/apps \ --header 'x-api-key: <api-key>'
{ "ok": true, "data": [ { "id": "<string>", "organizationId": "<string>", "name": "<string>", "slug": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "metadata": "<unknown>" } ] }
Organization-scoped API key. Available scopes:
Successful response
true
Show child attributes