Skip to main content

Setting API Documentation

GET: Retrieve Setting

Description

This route is used to retrieve a list of allow the project admin to change the properties of the project.

Method

GET

Response

  • Returns a JSON response with the list of setting or an error message.

Status Codes

  • 200 OK: Setting retrieved successfully.
  • 500 Internal Server Error: Error listing Setting.

Throws

  • An error if request validation or setting retrieval fails.

Example cURL

curl --location 'https://app.ai12z.net/api/projects/{projectId}/settings' \
--header 'Authorization: Bearer <YOUR_KEY>' \