Title
Returns the name of the document or and the API.
GET
https://api.sheet2db.com/v1/{connection-id}/title
Example Request
curl -XGET 'https://api.sheet2db.com/v1/{connection-id}/title'
Example Response
{
spreadsheet_title: "Sample",
api_name: "Sample API"
}