# Returns the latest terms of service by UUID **GET /terms/{termsId}** Fetches the latest terms for the given UUID. ## Servers - Preview: https://api.pace.cloud/user/2023-1 (Preview) ## Parameters #### Headers - **Accept-Language** (string) Provides the preferred language for the user terms #### Path parameters - **termsId** (string(uuid)) The ID of the terms. #### Query parameters - **redirectUri** (string) An optional URI to redirect to in case terms of service are accepted. This parameter only has effect to the `text/html` version of the terms. ## Responses ### 200: Terms found #### Headers - **Content-Language** (string) Language of the localized response properties. Is not necessarily one of the values provided by the Accept-Language request header. #### Body Parameters: application/vnd.api+json (object) - **data** (object) ### 302: Terms found and user accepted the last version #### Headers - **Location** (string(url)) Directs the browser to go to the passed `redirectUri`, only if no `Accept: application/vnd.api+json` is send ### 404: Resource not found #### Body Parameters: application/vnd.api+json (object) - **errors** (array[object]) ### 501: Internal server error #### Body Parameters: application/vnd.api+json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)