# Get details of organization account **GET /Organizations/{OrganizationSid}/Accounts/{AccountSid}** ## Servers - https://preview-iam.twilio.com: https://preview-iam.twilio.com () ## Authentication methods - O auth2 client credentials ## Parameters ### Path parameters - **OrganizationSid** (string(OrganizationSid)) - **AccountSid** (string(AccountSid)) ## Responses ### 200 Get details of organization account #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string(AccountSid)) Twilio account sid - **friendly_name** (string) Account friendly name - **status** (string) Account status - **owner_sid** (string(UserSid)) Twilio account sid - **date_created** (string(date-time)) The date and time when the account was created in the system ### 403 Unauthorized #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **code** (integer(int32)) Twilio-specific error code - **message** (string) Error message - **moreInfo** (string) Link to Error Code References - **status** (integer(int32)) HTTP response status code ### 404 Account does not belong to Organization #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **code** (integer(int32)) Twilio-specific error code - **message** (string) Error message - **moreInfo** (string) Link to Error Code References - **status** (integer(int32)) HTTP response status code [Powered by Bump.sh](https://bump.sh)