You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md
+93Lines changed: 93 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,105 @@ All URIs are relative to *https://api.sandbox.immutable.com*
4
4
5
5
| Method | HTTP request | Description |
6
6
|--------|--------------|-------------|
7
+
|[**GetProfileByAuthenticatedWallet**](PassportProfileApi.md#getprofilebyauthenticatedwallet)|**GET** /passport-profile/v1/profile | Get profile for authenticated user |
7
8
|[**GetUserInfo**](PassportProfileApi.md#getuserinfo)|**GET** /passport-profile/v1/user/info | Get all info for a Passport user |
8
9
|[**LinkWalletV2**](PassportProfileApi.md#linkwalletv2)|**POST** /passport-profile/v2/linked-wallets | Link wallet v2 |
9
10
|[**SendPhoneOtp**](PassportProfileApi.md#sendphoneotp)|**POST** /passport-profile/v1/phone-otp | Send phone OTP code for user supplied phone number |
|[**VerifyPhoneOtp**](PassportProfileApi.md#verifyphoneotp)|**POST** /passport-profile/v1/phone-otp/verify | Verify phone OTP code against user phone number |
Debug.Print("Exception when calling PassportProfileApi.GetProfileByAuthenticatedWalletWithHttpInfo: "+e.Message);
75
+
Debug.Print("Status Code: "+e.ErrorCode);
76
+
Debug.Print(e.StackTrace);
77
+
}
78
+
```
79
+
80
+
### Parameters
81
+
This endpoint does not need any parameter.
82
+
### Return type
83
+
84
+
[**ProfileResponse**](ProfileResponse.md)
85
+
86
+
### Authorization
87
+
88
+
[BearerAuth](../README.md#BearerAuth)
89
+
90
+
### HTTP request headers
91
+
92
+
-**Content-Type**: Not defined
93
+
-**Accept**: application/json
94
+
95
+
96
+
### HTTP response details
97
+
| Status code | Description | Response headers |
98
+
|-------------|-------------|------------------|
99
+
|**200**| OK | - |
100
+
|**401**| UnauthorizedError | - |
101
+
|**429**| TooManyRequestsError | - |
102
+
|**500**| InternalServerError | - |
103
+
104
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments