Multilogin X API automation: beginners guide
Get familiar with fundamental Multilogin X automation concepts such as browser profiles, API authentication, automation tokens, proxies, and fingerprint management.
→ Guide: API basics: key terms & concepts
Explore API documentation
Review the official API documentation to understand available endpoints, commands, and how they work:
→ Visit Multilogin API Documenter page
Set up Multilogin X's Postman collection
Download and install Postman, then import the Multilogin API collection to easily test API requests:
→ Guide: How to set up Multilogin X API with Postman
Set up API access
Obtain your automation token to authenticate API requests
→ Guide: How to generate automation tokens with Postman
Test basic requests in Postman
Start with fundamental API commands, such as creating a browser profile, launching it, and closing it. Experiment with simple automation tasks:
- How to create a profile with Postman
- How to start a profile with Postman
- How to stop a profile with Postman
By following these steps, you'll be well on your way to automating browser profiles efficiently with Multilogin X! 🚀
HTTP response status codes
APIs return status codes to indicate the success or failure of a request:
Code |
Status |
Meaning |
Description |
---|---|---|---|
200 |
OK |
Success |
The request was successful |
201 |
Created |
New Data Added |
The request successfully created something |
400 |
Bad Request |
User Error |
The request was invalid (e.g., missing data) |
401 |
Unauthorized |
No Access |
Authentication failed (wrong token) |
403 |
Forbidden |
No Permission |
You are not allowed to access this resource |
404 |
Not Found |
Missing |
The requested resource does not exist |
500 |
Internal Server Error |
API Issue |
Something went wrong on the API server |