address book
Get the User's Address Book
This function is an API endpoint that allows an authenticated user to retrieve their address book. It is tagged with "address book" for OpenAPI documentation.
Parameters
- none
Returns
If successful, this function returns a Json<AbGetResponse> object, which includes the address book information. <br> If the user is not authorized, this function returns a status::Unauthorized error. <br>
Errors
This function will return an error if the user is not authorized.
Example
POST /api/ab/get
post/api/ab/get
Response
Changes
No recorded changes to this endpoint across all 11 revisions of this API.