Versions Compared

Key

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

...

Panel
bgColor#eaf4fd

Les clients existants peuvent continuer à utiliser ispringlearn.eu. Les nouveaux clients doivent utiliser ispring.eu.

Exemple de requête

Code Block
curl --location 'https://api-learn.ispringlearn.com/api/v3/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Accept: application/json' \
--data-urlencode 'client_id=788f274b-68f4-11ee-b2b4-d6615e040b19' \
--data-urlencode 'client_secret=j016Mzmqxn0RpRuDp5K4xeMfgdUnuFgs2g8LLIFt-ho' \
--data-urlencode 'grant_type=client_credentials'

...