Skip to main content
POST
/
projects
cURL
curl --request POST \
  --url https://api.theauthapi.com/projects \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "accountId": "<string>",
  "env": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.theauthapi.com/llms.txt

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

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
accountId
string
required
env
string
required

Response

201 - undefined