Fetch the account specified by the provided Account Sid
Twilio accounts (aka Project) or subaccounts
Fetch the account specified by the provided Account Sid
Path parameters
-
The Account Sid that uniquely identifies the account to fetch
GET /2010-04-01/Accounts/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{Sid}.json \
--user "username:password"
Response examples (200)
{
"auth_token": "string",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"owner_account_sid": "string",
"sid": "string",
"status": "active",
"subresource_uris": {},
"type": "Trial",
"uri": "https://example.com"
}
Response examples (200)
{
"auth_token": "string",
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"owner_account_sid": "string",
"sid": "string",
"status": "active",
"subresource_uris": {},
"type": "Trial",
"uri": "https://example.com"
}