# Returns the latest terms of service by serviceName **GET /terms/latest** Fetches the latest terms for the given `serviceName`. ## Servers - Production server (stable release 2021-2): https://api.pace.cloud/user/2021-2 (Production server (stable release 2021-2)) ## Parameters ### Query parameters - **filter[serviceName]** (string) The name of the service ## 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) ### 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)