Logo
Basis Theory API Documentation

Tenant Connections Create Connection

POST {{baseUrl}}/tenants/self/connections

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "connection_id": "<string>" }



Curl
curl -X POST 'https://api.basistheory.com/tenants/self/connections' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"options":{"domain_aliases":["\u003cstring\u003e","\u003cstring\u003e"]},"strategy":"\u003cstring\u003e"}'

ENDPOINTS