--- layout: default navsection: api title: "Resource: ApiClientAuthorization" navorder: 101 --- h1. ApiClientAuthorization A **ApiClientAuthorization** represents the API authorization token that has been issued to each "ApiClient":ApiClient.html known to this Arvados instance. h2. Methods See "REST methods for working with Arvados resources":methods.html API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/api_client_authorization@ h2. Creation h3. Prerequisites Prerequisites for creating a ApiClientAuthorization. h3. Side effects Side effects of creating a ApiClientAuthorization. h2. Resources An ApiClientAuthorization is not a generic Arvados resource. The full list of properties that belong to an ApiClientAuthorization is: table(table table-bordered table-condensed). |*Property name*|*Value*|*Description*|*Example*| |id|integer||| |api_token|string||| |api_client_id|integer||| |user_id|integer||| |created_by_ip_address|string||| |last_used_by_ip_address|string||| |last_used_at|datetime||| |expires_at|datetime||| |created_at|datetime||| |updated_at|datetime||| |default_owner_uuid|string||| |scopes|Array|||