Skip to content

Instantly share code, notes, and snippets.

@La-comadreja
Last active September 23, 2023 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save La-comadreja/4cd0ed87c9fba061a1d7bebef5252541 to your computer and use it in GitHub Desktop.
Save La-comadreja/4cd0ed87c9fba061a1d7bebef5252541 to your computer and use it in GitHub Desktop.
Create the organization Byrd Metropolitan Medical Group for airSlate Document Automation Hub API tutorial
curl --request POST \
--url https://api.airslate.io/v1/organizations \
--header 'Accept: application/json' \
--header 'Authorization: Bearer (Copy access token here)' \
--header 'Content-Type: application/json' \
--data '{
"name": "Byrd Metropolitan Medical Group",
"subdomain": "byrd-metropolitan-medical",
"category": "HEALTH_CARE",
"size": "0-5"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment