Skip to main content
ApiProfiles

List profiles for this project

GET/v1/profiles/

Authorization

accessKey
x-access-key<token>

In: header

Query Parameters

page?integer
Default1
Range1 <= value
limit?integer
Default50
Range1 <= value <= 100

Response Body

application/json

curl -X GET "https://api.postpeer.dev/v1/profiles/"
{
  "success": true,
  "total": 0,
  "page": 1,
  "limit": 1,
  "profiles": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "integrationCount": 0,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ]
}