Skip to main content
GET
Get Paystack Integration
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Scoped to the caller’s workspace; the secret key is never included. Endpoint: /integrations/paystack/info?id={id} Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

id
string<uuid>
required

Response

Paystack integration, without credentials

id
string<uuid>
Example:

"123e4567-e89b-12d3-a456-426614174000"

name
string
Example:

"vertofx"

enabled
boolean
Example:

true

metadata
object | null
Example:
memo
string | null
Example:

"Integration for VertoFX payments"

TenantId
string<uuid>
Example:

"123e4567-e89b-12d3-a456-426614174000"

IntegrationId
string<uuid>
Example:

"123e4567-e89b-12d3-a456-426614174000"

createdAt
string<date-time>
Example:

"2023-01-01T00:00:00Z"

updatedAt
string<date-time>
Example:

"2023-01-01T00:00:00Z"