Hi all
I tried to call "Create Token", but returns error 701.
My app is referencing api doc.
http://developers.marketo.com/documentation/asset-api/create-token/
My Request (same as Example)/asset/v1/folder/{id}/tokens.json
My Request Body (same as Example){
"name": "sample",
"value": "value",
"type": "text"
}
My Response{"success":false,"warnings":[],"errors":[{"message":"name cannot be null.","code":"701"},{"message":"type cannot be null.","code":"701"},{"message":"value cannot be null.","code":"701"}],"requestId":"9999999999"}
I checked forder id is correct via "Get Folder by Id" api.