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

Add AWS Credentials

Developing
Prod Env
https://api.gwid.io/api/v1
Prod Env
https://api.gwid.io/api/v1
POST
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

🟢201Created
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.gwid.io/api/v1/aws-credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "access_key_id": "string",
    "secret_access_key": "string"
}'
Response Response Example
{"data":{"id":"5cb9cceb-74f7-4bb1-b9fa-925145da4b8f","access_key_id":"AKIAVIOZFSUFOSSDZ6HB","secret_access_key":"fRuK7a8fjxlMp+i/bwPyj2kqDocnsJB+FxkaGh0I2DyOcy7kVSlwvWlx/q9T3ruugFx6vCAkN2d60Vce1AAHH4PUCYc=","user_id":"e58921f9-0e9b-419f-89ff-d68d91ad7be2","created_at":"2025-07-22T23:11:12.96135879+01:00","updated_at":"2025-07-22T23:11:12.96135879+01:00","user":null},"success":true}
Modified at 2025-07-22 11:20:19
Previous
Get AWS Regions
Next
Get AWS Credentials
Built with