Authenticated user lookup
If authenticating on behalf of other users, it is critical to be able to see who you can make a request on behalf of. This endpoint requires you to use OAuth 1.0a User Context or OAuth 2.0 Authorization Code with PKCE. It returns information about the authorized user, meaning the user that is associated with the user Access Tokens that you pass with the request. You can access this endpoint via the GET method. There is a user rate limit of 75 requests per 15 minutes for this endpoint.Account setupTo access these endpoints, you will need:
- An approved developer account.
- To authenticate using the keys and tokens from a developer App that is located within a Project.