cURL
curl --request POST \ --url https://api.devkit4ai.com/api/v1/auth/register \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "<string>", "full_name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "role": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "full_name": "<string>", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "provisioning": { "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "api_key": "<string>", "developer_key": "<string>" }, "access_token": "<string>", "refresh_token": "<string>", "token_type": "bearer" }
Password must be at least 8 characters long
8
Successful Response
Enhanced registration response with role and provisioning data
Provisioning data for developers (one-time response)
Show child attributes