Accounts
Accounts API Contract
Overview
Create Account (POST /v1/accounts/)
POST /v1/accounts/)curl -X POST https://stag-gl-deep-research.obrol.id/v1/accounts/ \
-H "X-API-Key: your-master-api-key" \
-H "Content-Type: application/json" \
-d '{
"name": "my-account"
}'Field
Type
Required
Description
Field
Type
Description
List Accounts (GET /v1/accounts/)
GET /v1/accounts/)Field
Type
Description
Get Account (GET /v1/accounts/{account_id})
GET /v1/accounts/{account_id})Parameter
Type
Required
Description
Field
Type
Description
Delete Account (DELETE /v1/accounts/{account_id})
DELETE /v1/accounts/{account_id})Parameter
Type
Required
Description
Field
Type
Description
Authentication
API Key Types
Using API Keys
Security Features
Usage Flow
Last updated
