GET
/
v1
/
prompts
/
config
curl --request GET \
  --url https://api.getmaxim.ai/v1/prompts/config \
  --header 'x-maxim-api-key: <api-key>'
{
  "data": {
    "id": "<string>",
    "promptId": "<string>",
    "config": {},
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Response

200
application/json
Prompt configuration retrieved successfully

The response is of type object.