Get Vimeo Connection by ID
Vimeo Integration
Get Vimeo Connection by ID
Retrieve details of a specific Vimeo connection
GET
Get Vimeo Connection by ID
Documentation Index
Fetch the complete documentation index at: https://docs.pictory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve detailed information about a specific Vimeo connection using its unique identifier. For security, sensitive credentials (client secret and access token) are excluded from the response. The connection must belong to your account.You need a valid API key to use this endpoint. Get your API key from the API Access page in your Pictory dashboard.
API Endpoint
Request Parameters
Headers
API key for authentication (starts with
pictai_)Path Parameters
The unique identifier of the Vimeo connection to retrieveExample:
"20251222155613307xv0nodhitf9cd0f"Response
Returns the Vimeo connection object with all configuration details includingconnectionId, name, description, clientIdentifier, type, enabled status, createdDate, updatedDate, and version number. For security, sensitive credentials (clientSecret and accessToken) are never returned in API responses.
Response Examples
Code Examples
Error Handling
401 Unauthorized
401 Unauthorized
404 Not Found
404 Not Found
Cause: The connection ID does not exist or you do not have access to itSolution:
- Verify the connection ID is correct and complete
- Ensure the connection belongs to your account
- Check if the connection has been deleted
- Connection IDs are case-sensitive - confirm the exact casing
- Use the Get Vimeo Connections endpoint to list all your connections
Unexpected Connection Details
Unexpected Connection Details
Cause: The returned connection details do not match expectationsSolution:
- Double-check the connection ID in the URL path
- Verify you are using the correct API key for the account that owns the connection
- Ensure you have not confused this connection with another one
- Check if the connection was recently updated by someone else
