Setting up the development environment
To be able to use our API, you will have to cover the basics: where to write your code, what you need to make it run and how to make it run. If your development environment is already set up, feel free to skip this step.
๐Setting up the development environment
Our API support the main programming language in their last versions: PHP, Ruby, Python, NodeJs, Java, .NET, Go, Java (Android) and Swift (iOS).
Your first steps with CALLR's API
In order to use our API, you will need to register an account on CALLR, follow this link to start the process if you don't already have one. Once registered, you will receive your credentials by email; they will be required for the authorization will initializing your code.
We have produced (and keep producing) numerous contents to help you use CALLR to its full extent. Check out our other resources if you need more assistance.
How to initialize the API?
You need to create an instance of the API in your code and provide correct authentication parameters for it to function properly. You can copy paste the code below.
The login and password required here were sent by email after your signup.
PHP
Python
Ruby
NodeJS
Going further with the API using the doc
Our documentation is here to present all the methods the API offers. If you have troubles understanding the documentation, we suggest you read the article designed to help you grasp and use it to its full potential:
๐API / Navigating the doc
Comments
Please sign in to leave a comment.