Documentation
Databases

Retrieve Database

Get details about a specific nameserver (database)

GET
/
v1
/
organizations
/
{organizationSlug}
/
databases
/
{databaseName}
curl -L -X GET 'https://flux.postacksolutions.com/v1/organizations/{organizationSlug}/databases/{databaseName}' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "database": {
    "DbId": "db_abc123xyz",
    "Hostname": "my-database.flux.postacksolutions.com",
    "Name": "my-database"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Successful response

database
object

The database object