Manage domain/account
General settings allow you to manage your account with Couchdrop. Its also the perfect place to start with API access.
Get Account
GET https://api.couchdrop.io/manage/account
This endpoint allows you to view details about your Couchdrop Domain/Org.
Headers
Name
Type
Description
token
string
API Access Token
{
"account": {
"api_token": "token",
"email_address": "[email protected]",
"subscription_type": "couchdrop_new_enterprise",
"username": "mshindo"
}
}{
"err": "Token was not valid"
}Last updated
Was this helpful?