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>"
}
'

Authorizations

x-api-key
string
header
required

Body

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

Response

201 - undefined