Get Jet Bridge Info

Get information about Jet Bridge type

GET https://YOUR_JET_BRIDGE_HOSTNAME/jet_api/

{
    // Version used for compatbility purposes
    "version": "0.0.1",
    // Unique name specifying your Jet Bridge type
    "type": "custom_jet_bridge",
    // (optional) Template to construct absoulute URL for uploaded media files
    "media_url_template": "http://localhost:8000/media/{}"
}

Last updated