Maxim Logo
Prompts/Config

Get Prompt Config

Get prompt configuration

GET
/v1/prompts/config

Authorization

x-maxim-api-key<token>

API key for authentication

In: header

curl -X GET "https://api.getmaxim.ai/v1/prompts/config" \
  -H "x-maxim-api-key: <token>"

Prompt configuration retrieved successfully

{
  "data": {
    "id": "string",
    "promptId": "string",
    "config": {
      "property1": null,
      "property2": null
    },
    "createdAt": "string",
    "updatedAt": "string"
  }
}