Clients
List Clients
{
"total": 1,
"page": 1,
"records": [
{
"id": 1234,
"firstname": "Amelia",
"lastname": "Earhart",
"email": "[email protected]",
"created_at": "2018-01-24 10:55:35",
"updated_at": "2018-01-24 10:55:35",
"last_seen_at": "2018-01-24 10:55:35",
"sign_in_count": 6,
"gravatar_url": "//secure.gravatar.com/avatar/123456789987654321",
"roles": [
{
"id": 1234,
"user_id": 1211,
"publication_id": 123,
"access_level": "author",
"created_at": "2018-01-24 10:55:35",
"updated_at": "2018-01-24 10:55:35"
}
]
}
]
}Retrieve paginated list of clients
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
GET Client
Path Parameters
Name
Type
Description
Create new client
Request Body
Name
Type
Description
Update Client
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete Client
Path Parameters
Name
Type
Description
Become Client
Path Parameters
Name
Type
Description
Last updated