Snapchat · Capability

Snapchat Login Kit API — User Profile

Snapchat Login Kit API — User Profile. 1 operations. Lead operation: Get Authenticated User Profile. Self-contained Naftiko capability covering one Snapchat business surface.

Run with Naftiko SnapchatUser Profile

What You Can Do

GET
Getuserprofile — Get Authenticated User Profile
/v1/me

MCP Tools

get-authenticated-user-profile

Get Authenticated User Profile

read-only idempotent

Capability Spec

login-kit-user-profile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Snapchat Login Kit API — User Profile
  description: 'Snapchat Login Kit API — User Profile. 1 operations. Lead operation: Get Authenticated User Profile. Self-contained
    Naftiko capability covering one Snapchat business surface.'
  tags:
  - Snapchat
  - User Profile
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SNAPCHAT_API_KEY: SNAPCHAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: login-kit-user-profile
    baseUri: https://accounts.snapchat.com
    description: Snapchat Login Kit API — User Profile business capability. Self-contained, no shared references.
    resources:
    - name: me
      path: /me
      operations:
      - name: getuserprofile
        method: GET
        description: Get Authenticated User Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: query
          in: query
          type: string
          description: A JSON-encoded query string specifying which fields to retrieve from the user profile.
    authentication:
      type: bearer
      token: '{{env.SNAPCHAT_API_KEY}}'
  exposes:
  - type: rest
    namespace: login-kit-user-profile-rest
    port: 8080
    description: REST adapter for Snapchat Login Kit API — User Profile. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/me
      name: me
      description: REST surface for me.
      operations:
      - method: GET
        name: getuserprofile
        description: Get Authenticated User Profile
        call: login-kit-user-profile.getuserprofile
        with:
          query: rest.query
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: login-kit-user-profile-mcp
    port: 9090
    transport: http
    description: MCP adapter for Snapchat Login Kit API — User Profile. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-authenticated-user-profile
      description: Get Authenticated User Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: login-kit-user-profile.getuserprofile
      with:
        query: tools.query
      outputParameters:
      - type: object
        mapping: $.