Skip to main content
cURL
curl "https://app.tatango.com/api/v2/accounts/me" -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u emailaddress@mydomain.com:my_api_key \
  -H "Host: example.org" \
  -H "Cookie: "
{
  "status": "OK",
  "account": {
    "id": 37,
    "email": "myemail36@gmail.com",
    "username": "boowebb36"
  }
}

Documentation Index

Fetch the complete documentation index at: https://platform.tatango.com/llms.txt

Use this file to discover all available pages before exploring further.

GET https://app.tatango.com/api/v2/accounts/me

Authorizations

Authorization
string
header
required

Tatango authenticates API requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.

Response

Successful response

status
string
required
Example:

"OK"

account
object
required