This repository was archived by the owner on Dec 13, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork14
An OpenAPI specification for the Vimeo API.
NotificationsYou must be signed in to change notification settings
vimeo/openapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
curl -X GET \ 'https://api.vimeo.com/?openapi=1' \ -H 'Accept: application/json;version=3.4' \ -H 'Authorization: bearer YOUR_BEARER_TOKEN'
Our OpenAPI specification powers theVimeo API Reference pages and API playground.
For an updated spec, make the following request:
curl -X GET \ 'https://api.vimeo.com/?openapi=1' \ -H 'Accept: application/json;version=3.4' \ -H 'Authorization: bearer YOUR_BEARER_TOKEN'
If you also wish to receive a copy of the specification for a different API version (version 3.4 is our latest public default), you can do so by changing yourAccept
header to pull a copy appropriate for that version.
If you have any questions or problems,contact us.