composer install
Install composer packages with
composer install
Go to Admin Panel → Repair → Rebuild .htaccess File
1 - Click Import
2 - Import collection file. You can find it in Api/docs/postman
If you can’t find your collection file it may been in a directory that postman can’t upload from -
Solution: Move collection file into documents
.
1 - Click Manage Environments → Add
2 - Set Environment name - Example: SuiteCRM V8 API Environment
3 - Fill table out as shown below:
VARIABLE | INITIAL VALUE | CURRENT VALUE |
---|---|---|
suitecrm.url |
http://{{IP ADDRESS}}/{{Your Instance}}/Api |
http://{{IP ADDRESS}}/{{Your Instance}}/Api |
token.url |
http://{{IP ADDRESS}}/{{Your Instance}}/Api/access_token |
http://{{IP ADDRESS}}/{{Your Instance}}/Api/access_token |
→ Add
4 - Click Environment from the Drop down
Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.