Manage domain/account
General settings allow you to manage your account with Couchdrop. Its also the perfect place to start with API access.
Last updated
General settings allow you to manage your account with Couchdrop. Its also the perfect place to start with API access.
GET https://api.couchdrop.io/manage/account
This endpoint allows you to view details about your Couchdrop Domain/Org.
token
string
API Access Token
{
"account": {
"api_token": "token",
"email_address": "michael@couchdrop.io",
"subscription_type": "couchdrop_new_enterprise",
"username": "mshindo"
}
}{
"err": "Token was not valid"
}Last updated