GWID Core
  1. User
GWID Core
  • Authentication
    • Signup
      POST
    • Login
      POST
  • User
    • Get Profile
      GET
  • Gateway
    • Get User Gateway
      GET
    • Create AWS Gateway
      POST
  • Region
    • Get AWS Regions
      GET
  • AWS Credentials
    • Add AWS Credentials
      POST
    • Get AWS Credentials
      GET
  • EC2
    • Get EC2 Instance Types
      GET
  1. User

Get Profile

Prod Env
https://api.gwid.io/api/v1
Prod Env
https://api.gwid.io/api/v1
GET
https://api.gwid.io/api/v1
/user/profile
Maintainer:Charles Duruaku

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gwid.io/api/v1/user/profile' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2025-08-04 09:06:11
Previous
Login
Next
Get User Gateway
Built with