Skip to main content
GET
/
fs
/
{source_id}
/
info
Get source info
curl --request GET \
  --url https://apigcp.trynia.ai/v2/fs/{source_id}/info \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

Response

Successful Response