Create a new account
curl --request POST \
--url https://pria.praxislxp.com/api/admin/account \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"managerEmail": "jsmith@example.com",
"status": "active",
"credits": 123
}
'{
"success": true,
"data": {
"_id": "<string>",
"name": "<string>",
"managerEmail": "jsmith@example.com",
"credits": 123,
"domainUrls": [
"<string>"
],
"qualification": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}Admin Accounts
Create a new account
Creates a new account in the system
POST
/
api
/
admin
/
account
Create a new account
curl --request POST \
--url https://pria.praxislxp.com/api/admin/account \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"managerEmail": "jsmith@example.com",
"status": "active",
"credits": 123
}
'{
"success": true,
"data": {
"_id": "<string>",
"name": "<string>",
"managerEmail": "jsmith@example.com",
"credits": 123,
"domainUrls": [
"<string>"
],
"qualification": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
application/json
Was this page helpful?
⌘I