Skip to main content
POST
/
api
/
v2
/
external
/
storage
/
credentials
Get Storage Credentials
curl --request POST \
  --url https://api.lyceum.technology/api/v2/external/storage/credentials
{
  "access_key": "<string>",
  "secret_key": "<string>",
  "endpoint": "<string>",
  "bucket_name": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "session_token": "<string>",
  "region": "us-east-1"
}

Response

200 - application/json

Successful Response

access_key
string
required
secret_key
string
required
endpoint
string
required
bucket_name
string
required
expires_at
string<date-time>
required
session_token
string
region
string
default:us-east-1