Skip to main content
GET
/
v0
/
products
/
{id}
Get
curl --request GET \
  --url https://api.paygentic.io/v0/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "prod_n7o8p9q0r1s2t3u4",
  "object": "product",
  "createdAt": "2024-02-20T11:30:00Z",
  "description": "Scalable data warehousing with real-time query capabilities",
  "merchantId": "org_v5w6x7y8z9a0b1c2",
  "metadata": {
    "region": "global",
    "support_level": "premium"
  },
  "name": "Cloud Data Warehouse",
  "updatedAt": "2024-03-05T16:45:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

The unique identifier of the product Unique identifier for a product

Pattern: ^prod_[a-zA-Z0-9]+$

Response

Product details

id
string
required

Unique identifier for a product

Pattern: ^prod_[a-zA-Z0-9]+$
object
enum<string>
default:product
required
Available options:
product
createdAt
string<date-time>
required
description
string
required
merchantId
string
required

The merchant organization that owns this product

Pattern: ^org_[a-zA-Z0-9]+$
metadata
object
required
name
string
required
updatedAt
string<date-time>
required