Sign Up

Object Storage

GET/object-storage/push-access
AuthorizationBearer <token>

API Key access

In: header

Header Parameters

X-Daytona-Organization-ID?string

Use with JWT to specify the organization ID

Response Body

application/json

curl -X GET "https://example.com/object-storage/push-access"
{  "accessKey": "temp-user-123",  "secret": "abchbGciOiJIUzI1NiIs...",  "sessionToken": "eyJhbGciOiJIUzI1NiIs...",  "storageUrl": "storage.example.com",  "organizationId": "123e4567-e89b-12d3-a456-426614174000",  "bucket": "daytona",  "region": "us-east-1"}