RecomlyRecomlyRecomlyDocs
Recomly APIEndpointsProfile

Get profile

Retrieve the authenticated user's profile.

GET /api/app/profile

Returns the profile for the currently authenticated user. Available to all authenticated users.


Request

See API Basics for required headers.

This endpoint takes no request body or query parameters.


Sample request

curl https://api.recomly.com/api/app/profile \
  -H "Authorization: Bearer rk_live_abc123:def456"

Sample response

Status: 200 OK

{
  "profile": {
    "email": "alice@acmeplumbing.com",
    "firstName": "Alice",
    "lastName": "Nguyen",
    "createdAt": "2026-01-15T09:00:00.000Z",
    "lastLoginAt": "2026-04-10T14:22:00.000Z"
  }
}

Error responses

See API Basics for standard status codes and error response format.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.