{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"a079f171-744d-485c-b05b-d9fdbcbe74c8","name":"Documentation - Lightspeed Golf Partner API (v2)","description":"The Lightspeed Golf Partner API is organized around **REST** and is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors.\n\nAll API responses, including errors, are returned in **JSON** format.\n\n# Authentication\n\nLightspeed Golf APIs use the [OAuth 2.0](https://oauth.net/2/) protocol for authentication and authorization.\n\nAll developers need to register their application before getting started. A registered OAuth application is assigned a unique `client_id` , `client_secret`, and initial `refresh_token`. The `client_secret` and `refresh_token` should be stored securely.\n\nSee the [Authentication request](https://partner-api.docs.chronogolf.com/#bed28f71-1631-4437-bd57-2905022fd262) section for further details.\n\n# Base URLs\n\nThe base URLs are used to direct API requests to specific servers. OAuth applications are bound to the server they are issued for. There are two servers available: Staging - for app testing, and Production - for accessing customer accounts.\n\nStaging: [https://partner-staging.chronogolf.com](https://partner-staging.chronogolf.comProduction:)\n\nProduction: [https://partner-api.chronogolf.com](https://partner-api.chronogolf.comTHis)\n\nThis documentation includes a sample environment for the Staging server. See [Postman Environments](https://learning.postman.com/docs/sending-requests/managing-environments/)\n\n# Pagination\n\nLarge lists may require additional requests to retrieve. If a list response has been paginated, it will be indicated under the `meta` field of the response.\n\nIn order to request subsequent pages, pass the page number param in the url. example: `/customers?page[number]=2`\n\nYou can also specify the number of results returned per page by the `page[size]` parameter.\n\n# Rate Limiting\n\nYou can make up to 200 requests per minute.\n\n# Errors\n\nLightspeed Golf uses conventional HTTP response codes to indicate success or failure of an API request. In general, codes in the `2xx` range indicates success, codes in the `4xx` range indicates an error that resulted from the provided information (e.g. a required parameter was missing, etc.), and codes in the `5xx` range indicates an error with the servers.\n\n### HTTP Status Code Summary\n\n| Code | Summary |\n| --- | --- |\n| 2XX (OK) | Everything worked as expected. |\n| 400 (Bad Request) | Often missing a required parameter. |\n| 401 (Unauthorized) | No valid API key provided. |\n| 404 (Not Found) | The requested item doesn't exist. |\n| 422 (Unprocessable Entity) | A validation error occurred. |\n| 429 (Too Many Requests) | Too many requests hit the API too quickly. |\n| 5XX (Server Errors) | Something went wrong on the server. |\n\n# Versioning\n\nWhen we make backwards-incompatible changes to the API, we release new numbered versions.\n\n# Changelog\n\n## 2025-08-11\n\n- New parameter **filter\\[booking_reference\\]** available for List All Reservations endpoint.\n    \n\n## 2025-07-29\n\n- Extras and kits can now be added to reservations through the round request endpoint.\n    \n\n## 2025-07-15\n\n- New parameter **filter\\[including_events\\]=true** available for List All Tee Times endpoint. Tee Times blocked on the UI by a Tournament closed for online booking will now be visible in the API response with this parameter.\n    \n- New fields have been added to the Get all reservations response. Fields are `source` and `medium`. The source provides the info on where the booking originated from. Some sources have more than one route, and the medium offers a more specific location.\n    \n\n## 2025-02-03\n\n- New parameter **filter\\[including_blocked\\]=true** available for List All Tee Times endpoint. Tee Times blocked on the UI will now be visible in the API response with this parameter.\n    \n\n## 2024-02-02\n\n- Documentation update: Query parameters added to the **List all reservations for an organization** endpoint\n    \n\n## 2019-10-28\n\nVerbRoute  \nGET/partner_api/v2/organizations/:organization_id/courses  \nGET/partner_api/v2/courses/:id  \nPOST/partner_api/v2/organizations/:organization_id/customers  \nGET/partner_api/v2/organizations/:organization_id/customers  \nGET/partner_api/v2/customers/:id  \nPATCH/partner_api/v2/customers/:id  \nPUT/partner_api/v2/customers/:id  \nPOST/partner_api/v2/organizations/:organization_id/payment_confirmations  \nGET/partner_api/v2/payment_confirmations/:id  \nGET/partner_api/v2/organizations/:organization_id/player_types  \nGET/partner_api/v2/player_types/:id  \nPOST/partner_api/v2/organizations/:organization_id/reservation_requests  \nGET/partner_api/v2/reservation_requests/:id  \nPOST/partner_api/v2/organizations/:organization_id/reservations  \nDELETE/partner_api/v2/reservations/:id  \nGET/partner_api/v2/organizations/:organization_id/reservations  \nGET/partner_api/v2/reservations/:id  \nPATCH/partner_api/v2/reservations/:id  \nPUT/partner_api/v2/reservations/:id  \nPOST/partner_api/v2/organizations/:organization_id/round_requests  \nDELETE/partner_api/v2/round_requests/:id  \nGET/partner_api/v2/round_requests/:id  \nGET/partner_api/v2/organizations/:organization_id/teetimes  \nGET/partner_api/v2/teetimes/:id  \nGET/partner_api/v2/organizations  \nGET/partner_api/v2/organizations/:id\n\n---\n\n## 2019-07-30\n\n- Added `updated_since` field for customer endpoint\n    \n- Added `archived` field for customer endpoint\n    \n\n## 2019-07-16\n\n- Added the ability to search for reservations for a given date and course\n    \n\n## 2019-06-11\n\n- Added new pricing information useful for clubs with a mandatory cart\n    \n\n## 2019-05-10\n\n- Ability to 'reset' customer player type to club's default player type or update to a different player type\n    \n\n## 2019-02-04\n\n- Ability to create a customer for a given club\n    \n- Ability to update a customer for a given club\n    \n\n## 2018-10-16\n\n- Ability to reference a tour operator when creating a booking\n    \n\n## 2018-08-29\n\n- Ability to override the cart fees when creating reservations\n    \n\n## 2018-07-18\n\n- Ability to search customers across your authorized clubs\n    \n- Ability to list the player types of a customer at a club\n    \n\n## 2018-05-07\n\n- Start times are now in the format `HH:mm` (e.g. \"12:18\"), instead of `HH:mm:ss`\n    \n\n## 2018-03-05\n\n- Pull reservations updated since a timestamp\n    \n\n## 2018-02-19\n\n- Ability to override the green fees when creating reservations\n    \n- Mark rounds of reservations as paid\n    \n\n# Request Collections","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"21108","team":3056,"collectionId":"a079f171-744d-485c-b05b-d9fdbcbe74c8","publishedId":"6YtyFp6","public":true,"publicUrl":"https://partner-api.docs.chronogolf.com","privateUrl":"https://go.postman.co/documentation/21108-a079f171-744d-485c-b05b-d9fdbcbe74c8","customColor":{"top-bar":"FFFFFF","right-sidebar":"18191D","highlight":"2E61DE"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.1","publishDate":"2023-07-17T15:54:46.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[{"name":"Partner-Staging","id":"18b11b65-db15-44ae-a82d-307fea8def6a","owner":"4223088","values":[{"key":"client_id","value":"","enabled":true,"type":"default"},{"key":"client_secret","value":"","enabled":true,"type":"default"},{"key":"redirect_uri","value":"","enabled":true,"type":"default"},{"key":"refresh_token","value":"","enabled":true,"type":"default"},{"key":"url","value":"https://partner-staging.chronogolf.com","enabled":true,"type":"default"},{"key":"access_token","value":"","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/954743c403658dc8f236d8051122de3718ef1a6e0cecaeac70e1477108725394","favicon":"https://res.cloudinary.com/postman/image/upload/v1594915796/team/lvtddztgavggskdt5d35.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Partner-Staging","value":"4223088-18b11b65-db15-44ae-a82d-307fea8def6a"}],"canonicalUrl":"https://partner-api.docs.chronogolf.com/view/metadata/6YtyFp6"}