Skip to main content
GET
/
v1
/
trading-accounts
/
{trading_account_id}
/
credentials
/
{credential_id}
/
organization
Get credential organization
curl --request GET \
  --url https://api.anthid.com/v1/trading-accounts/{trading_account_id}/credentials/{credential_id}/organization
{
  "organization_id": "550e8400-e29b-41d4-a716-446655440222"
}

Documentation Index

Fetch the complete documentation index at: https://docs.anthid.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

trading_account_id
string<uuid>
required

Trading account id that owns the credential

credential_id
string<uuid>
required

Broker credential id to inspect

Response

Credential organization retrieved

organization_id
string<uuid>
required