Who can use this?
Core | Plus | ||
✓ |

[protocol]://[hostname][api version][customer/core][object][parameter(s)]
Where:
- Protocol is the network protocol used to make the request: For security reasons, requests to the Flow API must always use the https protocol.
- Hostname is the IP address or URL for the Flow application. If you’re using an on-premise version of Flow, this will be something other than flow.pluralsight.com.
- API version refers to the version of the API being accessed.
- /customer/core will always be the same.
- Object is the resource in the Flow API from which you want to extract data. Examples are USERS, COMMITS, and TARGETS. See customer API for the complete list.
- Parameter(s) are the filters you use to extract a specific result, such as an Id, or a query parameter to restrict the result to a specific set of data. Parameter passing follows the widely used ?key=value&pattern.
If you need help, please email support@pluralsight.com for 24/7 assistance.