Skip to main content
POST
/
v1
/
apps
/
{app_id}
/
secret
create an app secret
curl --request POST \
  --url https://api.nuon.co/v1/apps/{app_id}/secret \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "value": "<string>"
}
'
{
  "app_id": "<string>",
  "created_at": "<string>",
  "created_by_id": "<string>",
  "id": "<string>",
  "length": 123,
  "name": "<string>",
  "org_id": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

Body

application/json

Input

name
string
required
value
string
required

Response

Created

app_id
string
created_at
string
created_by_id
string
id
string
length
integer

after query fields

name
string
org_id
string
updated_at
string