# Returns the latest terms of service by UUID **GET /terms/{termsId}** Fetches the latest terms for the given UUID. ## Servers - Production server (stable release 2021-2): https://api.pace.cloud/user/2021-2 (Production server (stable release 2021-2)) ## 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: 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: application/vnd.api+json (object) - **errors** (array[object]) ### 501 Internal server error #### Body: application/vnd.api+json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)