> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yuko.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a points transaction

fRetrieves a single points transaction by ID.

**GET** / **points\_transactions** /  **- Try it**

#### **Authorizations**

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#authorization-authorization)

**Authorization**

**string**

**header**

**required**

Bearer authentication header of the form `Bearer <token>`, where `<token>` is your auth token.

#### **Path Parameters**

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#parameter-id)

**id**

**integer**

**required**

ID of the points transaction to retrieve.

#### **Response**

**200 - application/json**

The points transaction was successfully retrieved.

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction)

**points\_transaction**

**object**

Hide child attributes

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-id)

**points\_**[**transaction.id**](http://transaction.id)

**integer**

Unique identifier for the points transaction.

Example:

`825673452`

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-customer-id)

**points\_transaction.customer\_id**

**integer**

The ID of the customer whose balance this points transaction applies to.

Example:

`304169228`

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-points-change)

**points\_transaction.points\_change**

**integer**

The number of points added or removed from the customer's points balance. The value is positive if points were added to the customer's balance and negative if points were deducted.

Example:

`100`

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-description)

**points\_transaction.description**

**string**

A message visible to the customer that describes the reason for the points change.

Example:

`"Points correction"`

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-internal-note-one-of-0)

**points\_transaction.internal\_note**

**string | null**

A note that is visible to the merchant. This note should never be visible to customers.

Example:

`"Due to issue with order #6834"`

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-created-at)

**points\_transaction.created\_at**

**string\<date-time>**

The date and time when the points transaction was created.

Example:

`"2024-12-07T20:15:27.893Z"`

[**​**](https://dev.smile.io/api/resources/points-transactions/retrieve-points-transaction#response-points-transaction-updated-at)

**points\_transaction.updated\_at**

**string\<date-time>**

The date and time when the points transaction was last updated.

Example:

`"2024-12-07T20:15:27.893Z"`
