Apipagos v2
  1. Get
Apipagos v2
  • Apipagos Extras
    • Cbu Cvu Validation
      GET
    • Credit Card Bin Validations
      GET
  • Apipagos Core
    • Contracts
      • Create
        • Create new contracts.
        • Create new contract extras.
      • Get
        • Display a listing of contracts.
        • Get contract by code or Id.
        • Get contract extra by ID.
      • Update
        • Updates contracts.
        • Updates contract extras.
        • Update single contract
    • Documents
      • Create
        • Create new documents.
        • Create documents new payment instances.
        • Create documents new life cycles.
      • Get
        • Display the life cycle of the document.
        • Display a listing of documents.
        • Display the payment instances of the document.
        • Display the specified document.
      • Update
        • Update payment instances of documents.
        • Update cycle of documents.
        • Update documents.
        • Update Single Document
    • Refunds
      • Get
        • Display a listing of refunds.
        • Get refunds by code.
      • Create
        • Create new refunds.
      • Update
        • Update refunds.
        • Update single refund
    • Subscriptions
      • Create
        • Create new subscriptions.
      • Get
        • Display a listing of subscriptions.
        • Get a subscription by code.
      • Update
        • Update subscriptions.
        • Update Single Subscription
    • Transactions
      • Create
        • Create new transactions.
      • Get
        • Display a listing of transactions.
        • Get a transaction by code.
      • Update
        • Update transactions.
        • Update Single Transaction
    • Publications
      • Create
        • Create new publications
      • Get
        • Display a listing of publications.
          GET
        • Get publication by code.
          GET
    • Users
      • Create
        • Create new users.
        • Create new users fiscal data.
        • Create new users addresses.
        • Create new users identities.
        • Create new users payment methods.
      • Get
        • Display a listing of the users.
        • Get a user by code.
      • Update
        • Update users.
        • Update Single User
    • Location
      • Get Countries
      • Get Country Provinces
      • Get Province Locations
    • Tenant info
      GET
    • AFIP
      GET
  1. Get

Display a listing of publications.

Testing
Testing Env
https://api.test.apipagos.com/api/v2/apipagos
Testing Env
https://api.test.apipagos.com/api/v2/apipagos
GET
/publications
Display a listing of publications.

Request

Authorization
Add parameter in header
Company-Token
Example:
Company-Token: ********************
Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.test.apipagos.com/api/v2/apipagos/publications' \
--header 'Accept: application/json' \
--header 'Company-Token;'

Responses

🟢200OK
application/json
Body

Example
{
    "data": [
        {
            "code": "4813359b3b51bf03736240d8d85bc8d5",
            "model_type": "transactions",
            "model_code": "38986fe25305cae0ee03d15fc8ec98ff",
            "gateway_code": "RPB",
            "batch": "sit",
            "priority": 3,
            "data": "{}",
            "log": "",
            "status": {
                "code": 3,
                "label": "Cancelada",
                "description": "La publicacion fue cancelada."
            }
        }
    ],
    "links": {
        "first": "https://reliable-gong.org",
        "last": "https://fortunate-developmental.info",
        "prev": "laborum",
        "next": null
    },
    "meta": {
        "current_page": 1,
        "last_page": 6,
        "links": [
            {
                "url": "http://key-regime.org",
                "label": "do adipisicing in Lorem ad",
                "active": false
            },
            {
                "url": "http://ecstatic-address.com.es",
                "label": "est",
                "active": false
            }
        ],
        "path": "ad ut in",
        "per_page": 15,
        "from": 15,
        "to": 30,
        "total": 90
    },
    "message": "Iste debitis reprehenderit tempora dolore voluptates adipisci deserunt reprehenderit. Suscipit nam accusamus. Saepe id animi autem beatae repudiandae expedita iusto iste. Tenetur totam quis consectetur voluptatem aspernatur occaecati minima voluptas occaecati."
}
Modified at 2024-08-28 14:05:33
Previous
Create new publications
Next
Get publication by code.
Built with