GET
/
plugins
/
{id}
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.

GET
/
plugins
/
{id}
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.