get https://api.padlet.dev/v1/me
Gets information about the currently authenticated user, optionally including boards and organizations data. Returns user object.
API key
You will need to include your API key found here.
Please include the key in your header.
{"X-API-KEY": <api_key>}
To include the data of boards or organizations, please ensure ?include=boards
or ?include=organizations
is added to the end of the url.
Query parameters
Parameter | Description |
---|---|
include | =boards or =organizations or =boards,organizations .Includes board object or organization data in returned JSON. |