cURL
curl --request GET \ --url https://api.vectorshift.ai/v1/transformation \ --header 'Authorization: Bearer <token>'
{ "status": "success", "object": {} }
Bearer token authentication using API key
Transformation ID. Either id or name is required
Name of the transformation. Required if id is not provided
Optional username for name-based search
Optional organization name for name-based search
Successful response
success
failed