POST
/
apikey
/
create
curl --request POST \
  --url https://build.wield.xyz/apikey/create \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "Project X",
  "email": "john.doe@example.com"
}'

Body

application/json
description
string
Example:

"Project X"

email
string
Example:

"john.doe@example.com"

Response

200

API key created successfully