GWID Core
  1. AWS Credentials
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. AWS Credentials

Get AWS Credentials

Developing
Prod Env
https://api.gwid.io/api/v1
Prod Env
https://api.gwid.io/api/v1
GET
https://api.gwid.io/api/v1
/aws-credentials
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
Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gwid.io/api/v1/aws-credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{"data":[{"id":"e0dcde4b-f741-44a7-86bc-c84749437c2f","access_key_id":"AKIAVIOZFSUFOSSDZ6HD","secret_access_key":"$2a$10$p2bK8VewSCtKAOUkvOvw/.xSzbpzIVSaT5vW54dtStdLbHUWHFzbu","user_id":"e58921f9-0e9b-419f-89ff-d68d91ad7be2","created_at":"2025-07-22T13:01:52.423849+01:00","updated_at":"2025-07-22T13:01:52.423849+01:00","user":null}],"metadata":{"total":1,"count":1,"page":1,"limit":10,"order":"created_at desc","search":""},"success":true}
Modified at 2025-07-22 12:03:35
Previous
Add AWS Credentials
Next
Get EC2 Instance Types
Built with