Skip to content
Endless Documentation

Accounts Project

GET
/

Accounts Project.

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Header Parameters

Endless-Api-Version?string

Pin the caller to an API major (1). Omit to accept the current version. A major this deployment cannot serve is refused with 400 unsupported_api_version.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com"
{  "accounts": [    {      "platform": "string",      "handle": "string",      "name": "string",      "url": "http://example.com",      "project_title": "string"    }  ]}