https://api.virtualsaleportal.com/
POST /api/auth/login
| Parameter | Type | Description |
|---|---|---|
| string | The email of the user | |
| password | string | The password of the user |
No response
GET /api/organizations
Bearer Token: TOKEN
No response
GET /api/125/contacts
Bearer Token: TOKEN
No response
POST /api/125/contacts
Bearer Token: TOKEN
| Parameter | Type | Description |
|---|---|---|
| first_name | string | The first name of the contact |
| last_name | string | The last name of the contact |
| string | The email of the contact | |
| phone | string | The phone number of the contact |
| street | string | The street address of the contact |
| city | string | The city of the contact |
| postal_code | string | The postal code of the contact |
| state | string | The state of the contact |
| organization | string | The ID of the organization the contact belongs to |
| job_type | string | The job type of the contact |
| territory | string | The territory of the contact |