curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/plugins/{id} \
--header 'Authorization: Bearer <token>'
{
"schemaVersion": "<string>",
"nameForHuman": "<string>",
"nameForModel": "<string>",
"descriptionForHuman": "<string>",
"descriptionForModel": "<string>",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "<string>",
"hasUserAuthentication": false
},
"logoUrl": "<string>",
"contactEmail": "<string>",
"legalInfoUrl": "<string>",
"id": "<string>",
"url": "<string>",
"settingsUrl": "<string>",
"oauthClientId": "<string>",
"oauthClientSecret": "<string>",
"disclaimer": "Ao prosseguir, você concorda com os termos de uso.",
"createdAt": "2025-07-04T18:19:22.562Z",
"updatedAt": "2025-07-04T18:19:22.562Z"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/plugins/{id} \
--header 'Authorization: Bearer <token>'
{
"schemaVersion": "<string>",
"nameForHuman": "<string>",
"nameForModel": "<string>",
"descriptionForHuman": "<string>",
"descriptionForModel": "<string>",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "<string>",
"hasUserAuthentication": false
},
"logoUrl": "<string>",
"contactEmail": "<string>",
"legalInfoUrl": "<string>",
"id": "<string>",
"url": "<string>",
"settingsUrl": "<string>",
"oauthClientId": "<string>",
"oauthClientSecret": "<string>",
"disclaimer": "Ao prosseguir, você concorda com os termos de uso.",
"createdAt": "2025-07-04T18:19:22.562Z",
"updatedAt": "2025-07-04T18:19:22.562Z"
}
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/plugins/{id} \
--header 'Authorization: Bearer <token>'
{
"schemaVersion": "<string>",
"nameForHuman": "<string>",
"nameForModel": "<string>",
"descriptionForHuman": "<string>",
"descriptionForModel": "<string>",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "<string>",
"hasUserAuthentication": false
},
"logoUrl": "<string>",
"contactEmail": "<string>",
"legalInfoUrl": "<string>",
"id": "<string>",
"url": "<string>",
"settingsUrl": "<string>",
"oauthClientId": "<string>",
"oauthClientSecret": "<string>",
"disclaimer": "Ao prosseguir, você concorda com os termos de uso.",
"createdAt": "2025-07-04T18:19:22.562Z",
"updatedAt": "2025-07-04T18:19:22.562Z"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/plugins/{id} \
--header 'Authorization: Bearer <token>'
{
"schemaVersion": "<string>",
"nameForHuman": "<string>",
"nameForModel": "<string>",
"descriptionForHuman": "<string>",
"descriptionForModel": "<string>",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "<string>",
"hasUserAuthentication": false
},
"logoUrl": "<string>",
"contactEmail": "<string>",
"legalInfoUrl": "<string>",
"id": "<string>",
"url": "<string>",
"settingsUrl": "<string>",
"oauthClientId": "<string>",
"oauthClientSecret": "<string>",
"disclaimer": "Ao prosseguir, você concorda com os termos de uso.",
"createdAt": "2025-07-04T18:19:22.562Z",
"updatedAt": "2025-07-04T18:19:22.562Z"
}