Get profiles

GET /closeAPI/api/close/profile

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id integer
    • name string
    • number string
GET /closeAPI/api/close/profile
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/profile'
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "number": "string"
  }
]