Getting Started

Welcome to the Syro's Public REST API! Syro offers a robust and secure platform for managing and accessing your secrets through HTTPS requests. This API documentation provides information on how to interact with the API, manage access tokens, handle errors, and understand rate limits.

Syro API

Secrets Endpoint

Endpoint: https://api-production.syro.com/secrets

This endpoint facilitates the extraction of project secrets.

Method: POST

To retrieve project secrets, make a POST request to this endpoint. The request body should be in JSON format and include the following parameters:

Parameters:

Example

Here's an example of a POST request:

curl -X POST <https://api-production.syro.com/secrets> \\\\
-H "Content-Type: application/json" \\\\
-d '{
  "accessToken": "<Your-Access-Token>"
}'

Note: all of the access token/API encryption processes use AES256GCM.

HTTP Status Codes

The API responds with standard HTTP status codes to indicate the success or failure of a request. Common codes include: