ProfileResponse
Registered client profile
idstring
Example:
01HX9QRPBZW4EZG3BTYV7K0M5Pnamestring
Example:
acme-corpdescriptionstring
Example:
ACME Corporation payment pipelinecontactEmailstring
Example:
ops@acme.comstatusProfileStatus (string)
Lifecycle status of a profile
Possible values: [ACTIVE, INACTIVE, SUSPENDED]
Example:
ACTIVEspecCountinteger
Example:
4integrationCountinteger
Example:
2metadata object
property name*string
createdAtstring<date-time>
Example:
2024-03-15T08:00:00ZupdatedAtstring<date-time>
Example:
2024-03-15T09:30:00ZProfileResponse
{
"id": "01HX9QRPBZW4EZG3BTYV7K0M5P",
"name": "acme-corp",
"description": "ACME Corporation payment pipeline",
"contactEmail": "ops@acme.com",
"status": "ACTIVE",
"specCount": 4,
"integrationCount": 2,
"metadata": {},
"createdAt": "2024-03-15T08:00:00Z",
"updatedAt": "2024-03-15T09:30:00Z"
}