v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Project Settings

Get project settings

Returns the settings for the authenticated project, including API keys, proxy URLs, and project name.

get/project-settings

Response

Project settings.

object'project_settings' required
urlstring required
project_namestring required

Project display name.

access_tokenstring required

Project access token.

api_keystring required

Project API key.

secret_keystring required

Project secret key.

proxy_urlstring nullable

Custom proxy URL.

rtdn_proxy_urlstring nullable

RTDN proxy URL.

Example response

{
  "url": "/v4/project-settings",
  "project_name": "My App"
}