v1

latestOpenAPI 3.0.02026-07-175652103.9 KB
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

errorboolean nullable
updated_atstring nullable
datastring required