Skip to main content
GET
/
v1
/
consumer
/
orders
/
{id}
/
letters
Get Letters For Order
curl --request GET \
  --url https://api.withflex.com/v1/consumer/orders/{id}/letters \
  --header 'Authorization: Bearer <token>'
{
  "letters": [
    {
      "letter_id": "obj_01EXAMPLE00000000000000000",
      "url": "https://example.com"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.withflex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Path Parameters

id
string
required
Example:

"obj_01EXAMPLE00000000000000000"

Query Parameters

expand
string

Represents a list as a comma-separated string.

Example:

""

Response

Success

letters
object[]
required