getyoutubevideorating - Get YouTube Video Rating
Retrieves the ratings that the authorized user gave to a list of specified videos.
credentialKey
string
Your 1001fx credential key. See https://1001fx.com/app/credentials/list
Example:
yourCredentialKey
videoIds
array<string>
The videoIds parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s) that are being retrieved. In a video resource, the id property specifies the videos ID.
Example:
[
"kJQP7kiw5Fk",
"JGwWNGJdvx8"
]