ApiProfiles
Get a single profile
GET
/v1/profiles/{id}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
Profile ID
Response Body
application/json
application/json
application/json
curl -X GET "https://api.postpeer.dev/v1/profiles/string"{
"success": true,
"profile": {
"id": "string",
"name": "string",
"description": "string",
"integrationCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}{
"error": "string"
}{
"error": "string"
}