import Tabs from @theme/Tabs; import TabItem from @theme/TabItem; # Retrieve an Account Use this endpoint for the [Accounts](./index.mdx) method to retrieve a single account. ## Parameters | Parameter | | | --: | - | | Sid required | The Project ID that uniquely identifies the account to retrieve. | ## Request 200 OK
json { auth_token: redacted, date_created: Sat, 15 Sept 2018 10:00:00 +0000, date_updated: Sun, 16 Sept 2018 20:00:00 +0000, friendly_name: SubAccount, status: active, subresource_uris: { available_phone_numbers: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/AvailablePhoneNumbers.json, calls: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Calls.json, conferences: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Conferences.json, incoming_phone_numbers: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/IncomingPhoneNumbers.json, notifications: null, outgoing_caller_ids: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/OutgoingCallerIds.json, recordings: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Recordings.json, transcriptions: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Transcriptions.json, addresses: null, signing_keys: null, connect_apps: null, sip: null, authorized_connect_apps: null, usage: null, keys: null, applications: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Applications.json, short_codes: null, queues: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Queues.json, messages: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Messages.json }, type: Full, uri: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af.json }