Retrieves basic information for a single specific contact, such as their registered name and push name. This endpoint is useful when you need details for just one user instead of fetching the entire contact list.Developer Tips:
Any Contact: This works even if the contact is not in your address book, as long as you provide a valid phone number/Chat ID.
Normalization: The API automatically handles ID normalization (e.g., adding @c.us), so you can often just send the phone number.
Request
Query Params
Request Code 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 GET 'https://wawp.net/wp-json/awp/v1/contacts?instance_id=12345678&access_token=12345678&contactId=1234567890'