in src/util/useApiService.ts [28:30]
public async getDeployments(apiId: string) { return await this.httpClient(`apis/${apiId}/deployments`); }