POST
/
v1
/
accounts
cURL
curl -sS https://api.orgs.sh/v1/accounts \
  -H 'content-type: application/json' \
  -d '{"email":"operator@example.com"}'
{
  "id": "7f9d5ad9-5f0d-42c3-8f64-0dd1a2cbf641",
  "email": "operator@example.com",
  "api_key": "f4d9c7de-3dbd-45fa-9251-1f0cc6c4bb3b"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required
Example:

"operator@example.com"

Response

Account created.

id
string<uuid>
required
email
string<email>
required
api_key
string
required

Raw API key. Returned once.