@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Proxy API
@base https://unify.apideck.com
@version 10.24.12
@auth ApiKey Authorization in header | ApiKey x-apideck-app-id in header
@common_fields {x-apideck-consumer-id: str # ID of the consumer which you want to get or push data from, x-apideck-app-id: str # The ID of your Unify application, x-apideck-service-id: str # Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API., x-apideck-downstream-url: str # Downstream URL, x-apideck-unified-api: str # Specify which unified API to use for the connection lookup. Required for multi-API connectors (e.g., Workday) to ensure the correct credentials are used., x-apideck-downstream-authorization: str # Downstream authorization header. This will skip the Vault token injection.}
@endpoints 6
@toc proxy(6)

@endpoint GET /proxy
@desc GET
@returns(200) Ok
@errors {401: Unauthorized}

@endpoint OPTIONS /proxy
@desc OPTIONS
@returns(200) Ok
@errors {401: Unauthorized}

@endpoint POST /proxy
@desc POST
@returns(200) Ok
@errors {401: Unauthorized}

@endpoint PUT /proxy
@desc PUT
@returns(200) Ok
@errors {401: Unauthorized}

@endpoint PATCH /proxy
@desc PATCH
@returns(200) Ok
@errors {401: Unauthorized}

@endpoint DELETE /proxy
@desc DELETE
@returns(200) Ok
@errors {401: Unauthorized}

@end
