Air Credited API
Back to main Site
Back to main Site
  1. User Management
  • Using Air Credited
  • 🐶 Walk through Apidog
  • User Management
    • Create User
      POST
    • Delete User
      DELETE
  • User Actions
    • Decrement Credits
      POST
    • Get User Credits
      GET
    • Set Credits for User
      PATCH
  1. User Management

Create User

Developing
POST
https://api.aircredited.com/user

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aircredited.com/user' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-07-07 07:09:09
Previous
🐶 Walk through Apidog
Next
Delete User
Built with