Getting started with Talient API
Authorizing a request
All requests to the Talient API must be made with a valid auth-token
. In order to authorize a request, you have to pass the auth-token
in the header:
curl 'https://cloud.eastridge.com/api/client/workers?state=active' -H 'auth-token: 1c0c9f8716821c981606cbacab1a1599c487f46e303bfc6702f17a8fb89da687'
Updated 27 days ago