Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • to begin, use the secret key and Client ID to make a request for a TeamForm API access token.

    • this access token will automatically expire after 24 hours, see above for an example.

  • you can now start making requests! On each request, you must include your access token, gained above. For example, to make a cURL request to the getTeams endpoint:

I want to get all people and all teams, what is the best way to do this?

...