cURL
curl --request GET \ --url https://api.vectorshift.ai/v1/transformations \ --header 'Authorization: Bearer <token>'
{ "status": "success", "object_ids": [ "<string>" ], "objects": [ {} ] }
Bearer token authentication using API key
Include shared transformations in the results
Include full transformation objects in the response
Successful response
The response is of type object.
object