https://github.com/banjerr/infusionrest
because Infusionsoft doesn't have the REST endpoints we need yet...
https://github.com/banjerr/infusionrest
Last synced: 3 days ago
JSON representation
because Infusionsoft doesn't have the REST endpoints we need yet...
- Host: GitHub
- URL: https://github.com/banjerr/infusionrest
- Owner: Banjerr
- Created: 2016-05-01T01:04:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T16:21:54.000Z (about 9 years ago)
- Last Synced: 2025-03-04T09:32:10.228Z (3 months ago)
- Language: PHP
- Homepage: http://infusionrest.countryfriedcoders.me
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# InfusionRest
[](https://travis-ci.org/laravel/framework)
[](https://packagist.org/packages/laravel/framework)
[](https://packagist.org/packages/laravel/framework)
[](https://packagist.org/packages/laravel/framework)
[](https://packagist.org/packages/laravel/framework)The idea is to make RESTful endpoints for various stuff for InfusionSoft
Feel free to add more endpoints for stuff you'd like to use, maybe. See Contributing section for info.
# Documentation
Will make this better eventually...
## Endpoints
### /webforms/
#### Endpoint
/webforms/access_token={access_token}&token_type={token_type}&expires_in={expires_in}&refresh_token={refresh_token}&scope={scope}
*required parameters*
- access_token
- token_type
- expires_in
- refresh_token
- scope#### Returns
[{"form_id":"form_name","form_id":"form_name"}]
# Contributing
If there's an endpoint you need and don't see, make it yo self!
- Open a ticket with feature requests (and we might get to it, eventually)
*or*
- fork the repo
- make a feature branch (i.e. contact_tag_endpoint)
- make a pull request