Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.59 KB

UsersApi.md

File metadata and controls

58 lines (34 loc) · 1.59 KB

\UsersApi

All URIs are relative to https://api.bombbomb.com/v2

Method HTTP request Description
GetClientContactInformation Get /clients/contact/information Get client contact information.
GetUserProfileInfo Get /users/profile/information Get user profile information.

GetClientContactInformation

GetClientContactInformation(ctx, ) Get client contact information.

Get the client contact information of the user's account.

Required Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

BBOAuth2

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetUserProfileInfo

GetUserProfileInfo(ctx, ) Get user profile information.

Get the users profile information.

Required Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

BBOAuth2

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]