Create a listing | POST | app.animate.io/api/v1/listings |
Key | Value |
---|---|
auth_token | Your platform's auth token |
title | The listing's title |
listing_type_id | The listing's listing type id |
user_id | The listing's owner's user id |
Key | Value |
---|---|
photos[] | Photos you want attached to the listing. Files must be uploaded directly in params as an array. |
description | The listing's description |
active | The listing's publish state |
price | The listing's price |
duration | The listing's duration |
start_time | The listing's start datetime, if applicable |
end_time | The listing's end datetime, if applicable |
location | The listing's location, if applicable |
field_nlynyhfvamztk3dvvyfyew Admin Tags |
The field value for "Admin Tags" |
field_j1n4ywekfhxgdwmmscw0gq Categories |
The field value for "Categories" |
field_iu0eodobrhgowrrx5ryzfg Lottie File |
The field value for "Lottie File" |
field_hefde2pjxitdj76qkbnrw File Type |
The field value for "File Type" |
field_6qzwdgqtsuhne0oqrogg Not for sale? |
The field value for "Not for sale?" |
field_dklzsrbex5w1ewfnu2gncq Description |
The field value for "Description" |
field_fkqjbe6z7yn7j5jyuakg Display Name |
The field value for "Display Name" |
field_1hnhzbusdl54wk6wzb8ooq |
The field value for "Email" |
field_4wyuya3lktau48rbfjb6ua Profile Photo |
The field value for "Profile Photo" |
field_4jrusvbtbfqvvi028bs4qq Title |
The field value for "Title" |
field_exxh85wlep8bpbqiyzgmkg Price |
The field value for "Price" |
field_fswhcu6jdhgbk4bfxkczg File Name (For listing display purposes) |
The field value for "File Name (For listing display purposes)" |
field_tmmuajl4xigzsxaa9hscxg File Size (for listing display purposes) |
The field value for "File Size (for listing display purposes)" |
field_3j3lxkaknauznofwcirtw Duration |
The field value for "Duration" |
Get a listing | GET | app.animate.io/api/v1/listings/:id |
Update a listing | POST | app.animate.io/api/v1/listings/:id |
Key | Value |
---|---|
auth_token | Your platform's auth token |
Key | Value |
---|---|
title | The listing's title |
description | The listing's description |
active | The listing's publish state |
photos[] | Photos you want attached to the listing. Files must be uploaded directly in params as an array. |
price | The listing's price |
duration | The listing's duration |
start_time | The listing's start datetime, if applicable |
end_time | The listing's end datetime, if applicable |
location | The listing's location, if applicable |
field_nlynyhfvamztk3dvvyfyew Admin Tags |
The field value for "Admin Tags" |
field_j1n4ywekfhxgdwmmscw0gq Categories |
The field value for "Categories" |
field_iu0eodobrhgowrrx5ryzfg Lottie File |
The field value for "Lottie File" |
field_hefde2pjxitdj76qkbnrw File Type |
The field value for "File Type" |
field_6qzwdgqtsuhne0oqrogg Not for sale? |
The field value for "Not for sale?" |
field_dklzsrbex5w1ewfnu2gncq Description |
The field value for "Description" |
field_fkqjbe6z7yn7j5jyuakg Display Name |
The field value for "Display Name" |
field_1hnhzbusdl54wk6wzb8ooq |
The field value for "Email" |
field_4wyuya3lktau48rbfjb6ua Profile Photo |
The field value for "Profile Photo" |
field_4jrusvbtbfqvvi028bs4qq Title |
The field value for "Title" |
field_exxh85wlep8bpbqiyzgmkg Price |
The field value for "Price" |
field_fswhcu6jdhgbk4bfxkczg File Name (For listing display purposes) |
The field value for "File Name (For listing display purposes)" |
field_tmmuajl4xigzsxaa9hscxg File Size (for listing display purposes) |
The field value for "File Size (for listing display purposes)" |
field_3j3lxkaknauznofwcirtw Duration |
The field value for "Duration" |
Delete a listing | DELETE | app.animate.io/api/v1/listings/:id |
Key | Value |
---|---|
auth_token | Your platform's auth token |