# Get an Organization **GET /organization** Retrieve the Organization associated with the API Key in the Authorization header ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ## Responses ### 200 Successful Organization response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **api_version** (string) - **billing_terms** (string) - **company_name** (string) - **created_at** (string) - **display_name** (string) - **id** (integer(int64)) - **name** (string) - **shortcode** (string) - **status** (string) - **updated_at** (string) ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)