ApiProfiles
List profiles for this project
GET
/v1/profiles/Authorization
accessKey x-access-key<token>
In: header
Query Parameters
page?integer
Default
1Range
1 <= valuelimit?integer
Default
50Range
1 <= value <= 100Response 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"
}
]
}