http://api.molis.io/v1/images
Returns all image obj's of the authenticated user.
- HTTP method: GET
- Token required: Yes
####Parameters All parameters are optional, unless otherwise indicated.
Name | Description | Default | Example |
token | required OAuth token | ?token=ABC123 |
|
include_tags | If true, every image object will come with a complete tag object array | false |
?inlude_tags=true |
####Response fields
Array of image obj's |
Note: Currently there is no pagination implemented. The endpoint will return all images, no matter how many there are. This will change soon.
todo