Get Started
Monitors
Incidents
Analytics
Data Warehouse Integrations
SQLMesh Integrations
Orchestration Tool Integrations
Alerting Integrations
Catalogs
Security
Support
Developer API
- Getting Started
- REST API
- PlatformsService
- gRPC API
- Webhooks
PlatformsService
SetPlatformAuthentication
POST
/
api
/
platforms
/
v1
Copy
Ask AI
{
"success": true,
"authentication": {
"token": {
"token": "<string>"
},
"oauth": {
"clientId": "<string>",
"clientSecret": "<string>"
},
"password": {
"username": "<string>",
"password": "<string>"
},
"synqManagedKeyPair": {
"publicKey": "<string>"
},
"userManagedKeyPair": {
"privateKey": "<string>"
}
}
}
Body
application/json
Response
200
application/json
OK
The response is of type object
.
Copy
Ask AI
{
"success": true,
"authentication": {
"token": {
"token": "<string>"
},
"oauth": {
"clientId": "<string>",
"clientSecret": "<string>"
},
"password": {
"username": "<string>",
"password": "<string>"
},
"synqManagedKeyPair": {
"publicKey": "<string>"
},
"userManagedKeyPair": {
"privateKey": "<string>"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.