Prerequisites
To follow this examples, you need:
-
A tool to send HTTP
requests, e.g.,
curl
or Postman. - The id
crewId
of your crew. ThecrewId
is a number that uniquely identifies your crew in the crewmeister system. You find thecrewId
by visiting your crew in the browser and, after the page has fully loaded, checking the url in the browser. It should look similar to thishttps://app.crewmeister.com/crew/150/time-tracking
. ThecrewId
is the number that appears behindhttps://app.crewmeister.com/crew
, so in this example thecrewId
is 150. - The user identifier (email or user login name) and the corresponding password of the user in which context you want the API calls to be performed.