What is API and how to use it?
API (application programming interface) is a way two software systems can talk to each other.
Our API documentation can be found at developers.learnamp.com
What is API?
With API, the client sends requests to the server as data.
As the system grows you might end up with all the channels assigned more and more data related to that object.
When using rest API you can make requests to the system to get all the information about users quicker.
With Graph API you can make requests to the system to show particular information: just the job description or just their emails.
How do I use API?
Please note, that only account Owners can manage API
You can access API on Learn Amp by going to the user profile icon>Company Settings>API & sFTP
In this tab you can:
Activate your API
Regenerate credentials
Check your ClientID and Secret
Deactivate API access
Please click here for instructions on how to activate API and all the necessary documentation.