Manage Contacts

List contacts

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-contacts

List all contacts

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-contacts-all

Create contact

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/create-contact

Update contact

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/update-contact

Delete contact

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/delete-contact

Last updated